animelt
v1.1.2
Published
My toy for complex animations (css3 fallbacks)
Downloads
5
Readme
Animelt-Plugin
My toy for complex animations (css3 fallbacks)
Getting Started
In the browser
Download the production version or the development version.
In your web page:
<script src="assets/animelt.min.js"></script>
<script type="text/javascript">
$("div").animelt({
width: "40px",
border: "2px solid #000"
}, 1000, function(){
console.log("It's finished!");
}); // fantastic
$("div").animelt({
transform: "rotateX(30deg) rotateY(120deg)"
}, 600); // incredible
</script>
Examples
See examples in http://grsabreu.github.io/Animelt-Plugin
License
Copyright (c) 2013 Gabriel Rubens
Licensed under the MIT license.