Incorporating various classes to animate different elements on my webpage has been my latest project.
On page load, I use addClass with jQuery to include these classes.
I've been contemplating if there is a method to chain this process. For example, to apply the first .animate class to one element and upon completion, move on to add the next .animate class to another element.