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
The question is, how does one know which ones to keep and which ones to discard? By using .to() to position the element, I still want to keep the translate property while removing everything else. There probably are similar "end state" issues with every animation.
Hi!
Thank you for a great library.
I was wondering, if I first animate a box like this:
And then I want to position the box without an animation, like in this pure JS example:
It will animate with move.js's settings, because
is not removed from element styles when the animation is completed. By design?
I think those styles should be removed when end() is triggered.
Carl
The text was updated successfully, but these errors were encountered: