Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/component/transitionend-property
get the browser-specific transitionend property
https://github.com/component/transitionend-property
Last synced: 13 days ago
JSON representation
get the browser-specific transitionend property
- Host: GitHub
- URL: https://github.com/component/transitionend-property
- Owner: component
- Created: 2013-07-11T20:12:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-21T17:31:12.000Z (over 11 years ago)
- Last Synced: 2024-05-08T17:06:13.728Z (8 months ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 6
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# transitionend-property
get the browser-specific transitionend property
## Installation
$ component install component/transitionend-property
## Example
```js
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