louisremi / jquery.transition.js

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

Hey LouisRemi! Thanks for the hard work, please accept this fix #15

Closed dmitrif closed 12 years ago

dmitrif commented 12 years ago

As per jQuery API, stop method called without the gotoEnd parameter should not fire the onComplete callback of the queue.

I think this one line fix should resolve the problem.

Again thanks for your hard work!

louisremi commented 12 years ago

Thanks @dmitrif, I'll look into it asap.

louisremi commented 12 years ago

I've merged your fix in another commit. A new version should be uploaded shortly. Thanks for your work!