jQuery Easing Plugin Animation Effects Examples

Use animation effects to maximize the user experience.


Easing is a jQuery plugin from GSGD to give advanced easing options in javscripting animations.
Resources: You can find jQuery library here: http://www.jquery.com and Easing Plugin here: http://gsgd.co.uk/sandbox/jquery/easing
Open Project: You can download the source code of this project here: http://www.espejocabrera.com/enrique/proyectos/easing/easing.zip.
Animation Effects List
linear
swing
easeInQuad
easeOutQuad
easeInOutQuad
easeInCubic
easeOutCubic
easeInOutCubic
easeInQuart
easeOutQuart
easeInOutQuart
easeInQuint
easeOutQuint
easeInOutQuint
easeInSine
easeOutSine
easeInOutSine
easeInExpo
easeOutExpo
easeInOutExpo
easeInCirc
easeOutCirc
easeInOutCirc
easeInElastic
easeOutElastic
easeInOutElastic
easeInBack
easeOutBack
easeInOutBack
easeInBounce
easeOutBounce
Demo by Enrique Espejo Cabrera 2012©.