fx.js
No description.

File Location

/goog/fx/css3/fx.js


Public Protected Private

Global Functions

goog.fx.css3.fade(elementdurationtimingstartOpacityendOpacity) !goog.fx.css3.Transition
Creates a transition to fade the element.
Arguments:
element : Element
The element to fade.
duration : number
Duration in seconds.
timing : string
The CSS3 timing function.
startOpacity : number
Starting opacity.
endOpacity : number
Ending opacity.
Returns: !goog.fx.css3.Transition  The transition object.
code »
goog.fx.css3.fadeIn(elementduration) !goog.fx.css3.Transition
Creates a transition to fade in the element.
Arguments:
element : Element
The element to fade in.
duration : number
Duration in seconds.
Returns: !goog.fx.css3.Transition  The transition object.
code »
goog.fx.css3.fadeOut(elementduration) !goog.fx.css3.Transition
Creates a transition to fade out the element.
Arguments:
element : Element
The element to fade out.
duration : number
Duration in seconds.
Returns: !goog.fx.css3.Transition  The transition object.
code »

Directory css3

File Reference