verdaccio/node_modules/transition-complete
Alex Kocharin 34c12de81c importing all bundled deps to git 2014-09-14 18:28:17 +04:00
..
test importing all bundled deps to git 2014-09-14 18:28:17 +04:00
.npmignore importing all bundled deps to git 2014-09-14 18:28:17 +04:00
.travis.yml importing all bundled deps to git 2014-09-14 18:28:17 +04:00
Gruntfile.js importing all bundled deps to git 2014-09-14 18:28:17 +04:00
README.md importing all bundled deps to git 2014-09-14 18:28:17 +04:00
package.json importing all bundled deps to git 2014-09-14 18:28:17 +04:00
transition-complete.js importing all bundled deps to git 2014-09-14 18:28:17 +04:00

README.md

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