0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-10 23:39:31 -05:00
verdaccio/node_modules/transition-complete/README.md

25 lines
327 B
Markdown
Raw Normal View History

2014-09-14 18:28:17 +04:00
Transition Complete
===================
Fires a callback when the current CSS transition finishes.
Usage
-----
Installation `npm install transition-complete`
```javascript
transitionComplete(function() {
//Something
});
```
Development
-----------
To Build: `grunt build`
To Develop: `grunt watch`
To Test: `npm test`