vivify
v0.2.5
Published
Animation plugins
Downloads
26
Readme
Table of Contents
Vivify
Animation plugins for air.
Manipulates class names over time to allow animations to be declared as CSS3 transitions.
Usage
var $ = require('air');
$.plugin([
require('air/class'),
require('vivify'),
require('vivify/burst')
])
$('element').burst();Install
npm i vivifyDeveloper
Developer workflow is via gulp but should be executed as npm scripts to enable shell execution where necessary.
Test
Run the headless test suite using phantomjs:
npm testTo run the tests in a browser context open test/index.html.
Cover
Run the test suite and generate code coverage:
npm run coverLint
Run the source tree through eslint:
npm run lintClean
Remove generated files:
npm run cleanSpec
Compile the test specifications:
npm run specInstrument
Generate instrumented code from lib in instrument:
npm run instrumentReadme
Generate the project readme file (requires mdp):
npm run readmeLicense
Everything is MIT. Read the license if you feel inclined.
Generated by mdp(1).
