louisremi / jquery.transition.js

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

moar easing #16

Closed matthewlein closed 12 years ago

matthewlein commented 12 years ago

Hey there,

Just taking a peek at this project and I saw that you turn it off for special easing. I approximated all the Penner equations that are doable in CSS, so you could include those as well. http://matthewlein.com/ceaser/

Ben Barnett did it in a similar project: https://github.com/benbarnett/jQuery-Animate-Enhanced and relavant pull: https://github.com/benbarnett/jQuery-Animate-Enhanced/pull/23

louisremi commented 12 years ago

Hi @matthewlein,

This is some very interesting work you did there. I hope to find some time during this week to integrate these cubic-bezier easings in my plugin.

Regards, Louis-Rémi

louisremi commented 12 years ago

This has been added in the latest version of jquery.transition.js

Enjoy, Lr