I'm adding a number of different classes to different objects on my page to animate them.
I add them using addClass with jquery upon page load.
I was wondering if there was a way to chain this, so I could add the first .animate class to my first element and when that's done, add the next .animate class to another element.