Skip to content

amadeus/CSSEvents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSSEvents

Adds cross-browser support for CSS Animation and Transition events in MooTools 1.3

How to use

element.addEvents({
	'transitionstart': [Function],
	'transitionend': [Function],
	'animationstart': [Function],
	'animationend': [Function],
	'animationiteration': [Function]
});

Supported Browsers

  • Safari 4/5
  • iPhone Safari
  • Chrome 6/7/8
  • Firefox 4
  • Opera 10

About

Adds support for CSS Transition and Animation events in Mootools 1.3

Resources

Stars

Watchers

Forks

Packages

No packages published