This is a JavaScript file released as a jQuery plugin that loads images in a visually appealing way. Instead of the typical block loading that HTML employs while loading images, this plugin waits until the entire image is downloaded then fades it in. This plugin simplifies the process of loading images. It is easily applied to wrappers so that it will load all of the images within it. Its main purpose is to assist web developers and designers in improving their user interfaces.
- Include jQuery
- Include jquery.krioImageLoader.js
- Instantiate the plugin on the wrapper
- $(“#test”).krioImageLoader();
- Watch it load