Top of Page Start of Main Content

Smooth Loading

This page demonstrates how one might smoothly load freshly fetched data from the server as it renders for the user rather than have it simply pop in when it's ready. In this example, we use CSS transitions and some jQuery to cascade and fade-in the fetched content. Click the button to see what happens.