0.0.2 • Published 11 years ago

transitionend-property v0.0.2

Weekly downloads
82
License
-
Repository
-
Last release
11 years ago

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