search

goog.fx.dom.FadeIn

Provided By
Extends
All Implemented Interfaces

Fades an element in from completely transparent to fully opacity.

new FadeIn( 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