Description du projet

Animation Chain is a JavaScript object that provides a simple way to chain jQuery animations for different objects. When creating user interface, you often need to make animations happen in a certain order. jQuery's .animate method provides the ability to do just that by taking a function object as a parameter, called once an animation is completed. After a few chained animations, the readability of your code is reduced considerably. The object can control animations for different objects and provides complete control over playback. A callback method can be executed upon completion of the whole cycle.

Évaluation
Votre évaluation
Votre avis sur ce projet