transitionend-property
v0.0.2
Published
get the browser specific transition-end property
Downloads
1,456
Maintainers
Keywords
Readme
transitionend-property
get the browser-specific transitionend property
Installation
$ component install component/transitionend-property
Example
var transitionend = require('transitionend-property');
el.addEventListener(transitionend, fn);
API
Exports the name of transform property as a String
or null
if the property is not supported.
License
MIT