mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-04 02:02:39 -05:00
24 lines
327 B
Markdown
Executable file
24 lines
327 B
Markdown
Executable file
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`
|