Skip to content

fakenickels/Animelt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Animelt

Contributors

Demonstration of use

You can call Animelt Lib on this way: ge( selector ), $( selector ) and _( selector )

"Animeltizing"

//Syntax sample
$( sel ).animelt( props,duration,finish,easing );

e.g.

$("div").animelt({
	width: "40px",
	border: "2px solid #000"
}, 1, function(){
	console.log("It's finished!");
});

$("div").animelt({
	"-webkit-transform": "rotateX(30deg) rotateY(120deg)",
	boxShadow: "0px 0px 20px #000"
}, 0.6);

About

CSS3 animations fallback [NO SUPPORT ANYMORE]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages