Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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