0.0.2 • Published 12 years ago
transitionend-property v0.0.2
transitionend-property
get the browser-specific transitionend property
Installation
$ component install component/transitionend-propertyExample
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