Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Chained transition on multiple objects completes instantly #217

Open
kilometers opened this issue Dec 17, 2014 · 1 comment
Open

Chained transition on multiple objects completes instantly #217

kilometers opened this issue Dec 17, 2014 · 1 comment

Comments

@kilometers
Copy link

I have several divs of class .class-name. I select them all with $('.class-name') and chain animate them using .transition(...).transition(...);

The first transition animates correctly, smoothly interpolating -- however, the second transition(...) usually "snaps" immediately to the new CSS values without interpolation. I say usually because once every 5 to 7 times the animation does work. This behaviour has been observed in both Firefox and Chrome.

@swinggraphics
Copy link

It changes the values instantly, without delay or animation. This also happens if the second transition is put in a callback rather than chained. I have not experienced it working correctly, even sporadically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants