0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-04 02:02:39 -05:00
verdaccio/node_modules/transition-complete
2014-11-25 03:08:06 +03:00
..
test
.npmignore
.travis.yml
Gruntfile.js
package.json bundle all the deps 2014-11-25 03:08:06 +03:00
README.md
transition-complete.js

Transition Complete

Fires a callback when the current CSS transition finishes.

Usage

Installation npm install transition-complete

transitionComplete(function() {
	//Something
});

Development

To Build: grunt build

To Develop: grunt watch

To Test: npm test