Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bug: Animation 2 properties #1322

Open
MikeTatsky opened this issue Dec 9, 2017 · 0 comments
Open

Bug: Animation 2 properties #1322

MikeTatsky opened this issue Dec 9, 2017 · 0 comments

Comments

@MikeTatsky
Copy link

MikeTatsky commented Dec 9, 2017

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 MikeTatsky changed the title Bug: Animation 2 property Bug: Animation 2 properties Dec 9, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant