zepto icon indicating copy to clipboard operation
zepto copied to clipboard

Bug: Animation 2 properties

Open MikeTatsky opened this issue 6 years ago • 0 comments

Zepto does not support animation of 2 params.

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.

MikeTatsky avatar Dec 09 '17 08:12 MikeTatsky