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

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -