search

goog.fx.dom.FadeInAndShow

Provided By
Extends
All Implemented Interfaces

Sets an element's display to be visible and then fades an element in from completely transparent to fully opaque.

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