Fork me on GitHub

jQuery Fadeloader plugin demo

by Periplo


The jQuery Fadeloader plugin lets you easily implement a preloader to your site or section, using a cascade fade in effect to show specific blocks of content (for example, HEADER > MENU > CONTENT > FOOTER).

DOWNLOAD & DOCS
















$('body').fadeloader({
	mode: 'class',
	fadeSpeed : 500,
	displayType : 'inline-block',
	easeLoad : 'swing',
	onComplete : ''
});