Optimizations for the WEB: transitionEnd

The age of jQuery animations

 

Tired of using jQuery.animate?

Well, you should be. As a general rule of thumb, if what you are trying to accomplish is a visual effect that has no functional meaning, then you should implement it in pure CSS. If you need to involve JavaScript, then it’s most probably poorly designed in the first place. At least, that’s the rule I try to follow myself. Continue reading