mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
25 lines
327 B
Markdown
25 lines
327 B
Markdown
|
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`
|