search

goog.fx.dom.FadeOutAndHide

Provided By
Extends
All Implemented Interfaces

Fades an element out from full opacity to completely transparent and then sets the display to 'none'

new FadeOutAndHide( element, time, opt_acc )

Parameters
element(Element|null)

Dom Node to be used in the animation.

timenumber

Length of animation in milliseconds.

opt_acc(Function|null)=

Acceleration function, returns 0-1 for inputs 0-1.

Instance Methods

Instance Properties