style.transition

Classes


Public Protected Private

Global Functions

goog.style.transition.isSupported() boolean
No description.
Returns: boolean  Whether CSS3 transition is supported.
code »
goog.style.transition.removeAll(element)
Removes any programmatically-added CSS3 transition in the given element.
Arguments:
element : Element
The element to remove transition from.
code »
goog.style.transition.set(elementproperties)
Sets the element CSS3 transition to properties.
Arguments:
element : Element
The element to set transition on.
properties : goog.style.transition.Css3Property |  Array.<goog.style.transition.Css3Property>
A single CSS3 transition property or array of properties.
code »
goog.style.transition.setPropertyValue_(elementtransitionValue)
Sets CSS3 transition property value to the given value.
Arguments:
element : Element
The element to set transition on.
transitionValue : string
The CSS3 transition property value.
code »

Global Properties

goog.style.transition.Css3Property :
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.
Code »

Package style

Package Reference