0.1.2 • Published 7 years ago

cssevents v0.1.2

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

CSS Events

Get the correct transition- or animation-end event.

Install

With Bower

bower install cssevents

With NPM

npm install cssevents

Example Setup

Javascript

import 'cssevents';

// or
import {transitionEnd, animationEnd} from 'cssevents';

document.querySelector('.selector').addEventListener(transitionEnd, e => {
  // do something
});

License

MIT License

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago