Skip to content

vimond/animate-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

animate-css

Apply css animations to an element, with a callback for when that animation finishes. If the browser doesn't support transitions, the callback is invoked immediately.

Installation

$ component install bmcmahen/animate-css

API

var animate = require('bmcmahen-animate'); animate(el, 'fadeOutRight', function(element){ $(element).remove(); });

License

MIT

About

apply css transitions to elements, calling back when the animation finishes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.4%
  • JavaScript 29.5%
  • Makefile 7.1%