goog.fx.css3
Functions
expand_more
fade( element, duration, timing, startOpacity, endOpacity ) → goog.fx.css3.Transition
goog.fx.css3.Transition
Creates a transition to fade the element.
Parameters |
| ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Returns |
|
expand_more
fadeIn( element, duration ) → goog.fx.css3.Transition
goog.fx.css3.Transition
Creates a transition to fade in the element.
Parameters |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Returns |
|
expand_more
fadeOut( element, duration ) → goog.fx.css3.Transition
goog.fx.css3.Transition
Creates a transition to fade out the element.
Parameters |
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Returns |
|