Effects Class

Used to dynamically apply transition effects to elements.

Constructors

Effects( )

Public Methods

fadeIn( el, transitionEffect, duration, callback )
Used to gradually update the opacity of a given element. Assumes the element style is initially set to display:none;
fadeOut( el, transitionEffect, duration, callback )
Used to gradually update the opacity of a given element until it is no longer visible.
setTransition( el, transitionEffect, duration )
Used to set the transition style for a given element.