Jul
CSS3 Transitions With Custom Easing Functions: Morf.js
Morf.js is a Javascript work-around for hardware accelerated CSS3 transitions with custom easing functions. This CSS3 transition utility lets you define your own easing formulas and it uses Shifty to calculate keyframe states.
What Morf.js actually does is create a CSS3 animation on the fly for the requested transition. In other words at the time that Morf.transition
is called, all the necessary keyframes are generated to give the impression that a transition has taken place.
Categories:
Tags:
Related Posts