Curtis Henson/articles

Quick Tip: Delay Page Loading with jQuery

Posted

On a site I recently worked on I wanted to have an animation before the next page loaded. What I wanted to happen was: user clicks a link, animation plays out, page is loaded normally. It is a nice little effect, but this is probably a trick you want to use sparingly…please…use it sparingly.

This uses the easing plugin for jquery. The below example includes the animation just as an example.