mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-20 22:52:46 -05:00
327 B
Executable file
327 B
Executable file
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