louisremi / jquery.transition.js

Upgrade jQuery's .animate() method to use CSS3 Transitions in modern browsers.
435 stars 81 forks source link

Update codebase to jQuery 1.6.1 #5

Closed dbeard closed 13 years ago

dbeard commented 13 years ago

This is mainly just an update to achieve compatibility with jquery 1.6.1 . If you compare with jquery. it's pretty straightforward. I've also deleted all of the commented code out of the file since I'm sure it's changed with the new version as well. In my tests, these additions have solved all of the problems I was having with the code.

Thanks for this awesome library - this has been by far the best implementation I have seen - the other one I looked at, was a mess, and caused a lot of problems....

louisremi commented 13 years ago

I'pushing an alternative update that is closer to 1.6.2 and should solve your problem.