Image resizing fail jQuery animate -
when using jquery .animate() function on images, works fine on desktops, using android 4.2 device , browser, fails.
i use function animate image resize. animation starts, duplicate image in mobile browser original size. duplicate image stays there when animation completed.
anyone recognizes this? jquery fail or can own failure?
$( "#imageid" ).animate( { height: "67px" }, 1500 );
Comments
Post a Comment