├── LICENSE ├── README.md ├── cssanimevent.js ├── cssanimevent.min.js └── example ├── index.css ├── index.html ├── index.js └── index.scss /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnetikonline/css-animation-event/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnetikonline/css-animation-event/HEAD/README.md -------------------------------------------------------------------------------- /cssanimevent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnetikonline/css-animation-event/HEAD/cssanimevent.js -------------------------------------------------------------------------------- /cssanimevent.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnetikonline/css-animation-event/HEAD/cssanimevent.min.js -------------------------------------------------------------------------------- /example/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnetikonline/css-animation-event/HEAD/example/index.css -------------------------------------------------------------------------------- /example/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnetikonline/css-animation-event/HEAD/example/index.html -------------------------------------------------------------------------------- /example/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnetikonline/css-animation-event/HEAD/example/index.js -------------------------------------------------------------------------------- /example/index.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magnetikonline/css-animation-event/HEAD/example/index.scss --------------------------------------------------------------------------------