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

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

php - Boolean search on database with 5 million rows, very slow -

css - Text drops down with smaller window -