goog.style.transition
Functions
expand_more
isSupported() → boolean
boolean
Parameters | None. | ||
---|---|---|---|
Returns |
|
expand_more
removeAll( element ) → void
void
Removes any programmatically-added CSS3 transition in the given element.
Parameters |
|
---|
expand_more
set( element, properties ) → void
void
Sets the element CSS3 transition to properties.
Parameters |
|
---|
Properties
expand_more
A typedef to represent a CSS3 transition property. Duration and delay are both in seconds. Timing is CSS3 timing function string, such as 'easein', 'linear'.
Alternatively, specifying string in the form of '[property] [duration] [timing] [delay]' as specified in CSS3 transition is fine too.