View on GitHub

Animelt

The jQuery plugin for complex animations

Download this project as a .zip file Download this project as a tar.gz file

Animelt

The jQuery plugin for complex animations

Now you can run complex animations in your pages

Release notes:

This project was/is authored/idealized by me, with a Judson's little help. Project begins in Jan/2012.

BETA-VERSION

"Animeltizing", use syntax:

$( sel ).animelt( props,duration,finish );

Other examples:

$("div").animelt({
    transform: "rotateY(360deg)",
    left: "400px",    
    width: "40px",
    border: "2px solid #000"
}, 1000, function(){
    console.log("It's finished!");
});

Click in the DIV

Is it amazing? So see More demos!

$("div").animelt({
    boxShadow: "10px 0px 20px #000"
}, 800, "easeOutElastic");

$(".foo").animelt({
    transform: "rotate(180deg)"
    width: "100px"    
},  800, "easeOutElastic");

Click in the DIV


Release notes:

This project was/is authored/idealized by me, with a Judsons' little help. Project begins in Jan/2012.

Thanks and enjoy Animelt!


Leave your comment!

comments powered by Disqus