Skip to content

Cross-browser animation engine, using CSS transitions where possible

Notifications You must be signed in to change notification settings

thomaslein/util.animate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cross-browser animation engine, using CSS transitions where possible.

Usage

var anim = require('util.animate');

var el = document.getElementById('myEl');
anim(el).to({left:'75px', top:'25px'}, 2, 'outQuad').onComplete(function() {
	// Do when finished...
});

About

Cross-browser animation engine, using CSS transitions where possible

Resources

Stars

Watchers

Forks

Packages

No packages published