initialStyle: {width: 10px, height: 10px} finalStyle: {width: 100px, height: 100px} transitions: [ {property: width, duration: 1, timing: 'ease-in', delay: 0}, {property: height, duration: 1, timing: 'ease-in', delay: 1} ]
Creates a transition to fade the element.
|
code » | |
Creates a transition to fade in the element.
Returns: !goog.fx.css3.Transition
The transition object.
|
code » | |
Creates a transition to fade out the element.
Returns: !goog.fx.css3.Transition
The transition object.
|
code » |
![]()
No description.
|
Code » |