I generally have been using loading gifs in my work most of the time to inform the user that the resources are being fetched asynchronously from the server.
Ajaxload website is perhaps one of the most used site to download a suitable gif.
In this post I will demonstrate a css3 only way to create a nice loading simulation
Basic Code
We will use nested divs to create the loading animation control ```