spmjs

spm@3.x

Brand new static package manager for browser.

Getting Started 󰅴 Packages

css-animation


css-animation ui component for react

spm install css-animation
Versions 1.1.1
Updated 9 years ago
Keywords css-animation
Homepage http://github.com/yiminghe/css-animation
Repository git@github.com:yiminghe/css-animation.git
Main ./lib/index.js
Owner

css-animation


make css animation easier

NPM version

Development

npm install
npm start

Example

http://localhost:9001/examples/

online example: http://yiminghe.github.io/css-animation/build/examples/

Feature

install

css-animation

Usage

var anim = require('css-animation');
anim(el,animationName,function(){});

API

void anim(el:DOMElement, animationName:String, callback:Function)

name type default description
el DOMElement dom element to be animated
animationName String will add animationName as class to el,then setTimeout 0 to add ${animationName}-active to el
callback Function triggered when anim caused by animationName is done

Test Case

http://localhost:9001/tests/runner.html?coverage

Coverage

http://localhost:9001/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:9000/tests/runner.html?coverage

License

css-animation is released under the MIT license.