search

goog.fx.dom.ResizeWidth

Provided By
Extends
All Implemented Interfaces

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

Start and End should be numbers

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

Parameters
element(Element|null)

Dom Node to be used in the animation.

startnumber

Start width.

endnumber

End width.

timenumber

Length of animation in milliseconds.

opt_acc(Function|null)=

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

Instance Methods

Instance Properties