Displays colored logo in center "Heart Farms" logo
Some type of animation, I am not picky on this. We could simply put a loading bar below "Heart Farms" logo, or the "Heart Farms" itself can be animated. The point of the animation is to show the user the page is loading, and it does not have to correlate to the actual data loading of the page.
We put the loading screen on a timer, so that it goes away X number of seconds after the JQuery $( document ).ready(function() triggers.
This is especially important for mobile devices, because the page fonts only resize after the page begins to load.
See some examples here: loading screens
Key features
This is especially important for mobile devices, because the page fonts only resize after the page begins to load.