css-animation
v2.0.4
Published
css-animation
Downloads
1,916,576
Readme
css-animation
make css animation easier
Development
npm install
npm start
Example
http://localhost:6006/
online example: http://yiminghe.github.io/css-animation/
Feature
- support ie8,ie8+,chrome,firefox,safari
install
Usage
import anim from 'css-animation';
anim(el,animationName,function(){});
API
void anim(el:DOMElement, animationName:String, callback:Function)
License
css-animation is released under the MIT license.