search

goog.fx.dom.ResizeHeight

Provided By
Extends
All Implemented Interfaces

Creates an animation object that will resize an element between two heights

Start and End should be numbers

new ResizeHeight( element, start, end, time, opt_acc )

Parameters
element(Element|null)

Dom Node to be used in the animation.

startnumber

Start height.

endnumber

End height.

timenumber

Length of animation in milliseconds.

opt_acc(Function|null)=

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

Instance Methods

Instance Properties