Skip to content

cbopp-art/lazyFade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lazyFade.js

This jQuery simply fades a row of elements with a lazy effect. The fade of each next element gets delayed slightly what gives a precious touch to the whole transition.

###Demo Check out a short example of the lazyFade.js:
http://jsfiddle.net/cboppart/ydbxjssk/5/

###Installation Just include the lazyFade.js and call it for your row of elements. Note: Also make sure that jQuery is defined.

<script type="text/javascript" src="path/to/your/lazyFade.js"></script>
$('.foo').lazyFade({
	reverse: false,
	duration: 250,
	delay: 50,
	opacity: {
		start: 0.01,
		end: 1
	}
});

About

Fades a row of elements with a lazy effect.

Resources

License

Stars

Watchers

Forks

Packages

No packages published