You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
el.animate({
width: width,
left: left
}, ANIMATE_DURATION);
Code above will set left and animate width.
My tests show that Zepto accepts only one animation param, all other interpreted as setting style without animation.
The text was updated successfully, but these errors were encountered:
MikeTatsky
changed the title
Bug: Animation 2 property
Bug: Animation 2 properties
Dec 9, 2017
Zepto does not support animation of 2 params.
Code above will set left and animate width.
My tests show that Zepto accepts only one animation param, all other interpreted as setting style without animation.
The text was updated successfully, but these errors were encountered: