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

2 lines fix to make $.fn.animate compatible with jQuery.cssHooks #44

Merged
1 commit merged into from Oct 11, 2010

Conversation

louisremi
Copy link
Contributor

I've been using the new jQuery.cssHooks to implement a cross browser rotate plugin.
It worked like a charm, but I ran into an issue when trying to animate this property:
Some code in $.fn.animate was accessing the starting value of the animation using
elem.style[property] = value
I replaced those (2) lines to use my custom setter
jQuery.style( elem, property, value)
And it worked like a charm!

I'd love to have this available in 1.4.3

@lock lock bot locked as resolved and limited conversation to collaborators Jan 20, 2019
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant