animationend
0.0.1 • Public • Published animationend


Detect when CSS transitions/animations have ended. Cross-browser tested.
The function returns ES6 Promise.
var animationEnd = require('animationend')
animate(element)
animationEnd(element).then(function(event) {
})
animationEnd(element, function(event) {
})
Installation
npm install --save animationend
License
MIT
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads