louisremi / jquery.transition.js

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

Updated codebase to jQuery 1.7.1 #11

Closed ihatch closed 12 years ago

ihatch commented 12 years ago

Updated the code from jQuery 1.6.2 to 1.7.1, which fixes the problem with animating scrollTop that user jarred reported. Also updated all commented-out code to 1.7.1. Added a line at the top noting the current codebase version, to make future incompatibilities easier to spot as such.

Not sure if the comment about jQuery.fx.stop() (line 10) applies to this version, because there were a lot of changes made to stop() in 1.7.1... maybe give that a look?

louisremi commented 12 years ago

Hello ihatch,

I'm currently giving a look at this pull request and I've noticed some mistakes in your code. I've also tested it and it seems that CSS Transitions aren't used in any animation, using your fork. I'm currently working on updating the codebase to 1.7.1 it and making good progress.

Lr

louisremi commented 12 years ago

Done :-)