I want to “preload” the start page of my website with a little gif-animation. Its a 3-frame-piece and I want to show it right before the first page. Are there plugins to preload a page with a specific animation shown?
Leave a Reply
You must be logged in to post a comment.
You don’t need a plugin, or even jQuery. Just assign the image to a variable in the
<script>
block in the<head>
of your page. JavaScript prevents the content from loading until it has done it’s job, so the image will already be cached by the page visitor when the HTML is rendered: