-
Notifications
You must be signed in to change notification settings - Fork 197
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
Play nice with existing transforms #5
Comments
Had this issue with this div & a fadeTo animation :
This seems to be a fix (when animated property is != from existing one) :
Great work anyway, |
This is exactly the sort of thing I want to fix. If only time was more generous. I'm working on it though, will post on here with progress. |
I think I am running into this issue as well. When I try to implement the following code on mouseover / mouseout, the transforms get reset if mouseout gets dispatched while the mouseover animation is playing, and the position of my tabs (in this case) go wacky.
|
Yep that's a good example of this one. Thanks. |
Existing transforms on elements are being overwritten when animating the left/top properties with this plugin.
Initial fix
The text was updated successfully, but these errors were encountered: