mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
.. | ||
test | ||
.npmignore | ||
.travis.yml | ||
Gruntfile.js | ||
package.json | ||
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