transition.js
No description.

File Location

/goog/style/transition.js


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 Variables

function%60 :
No description.
Code »

Directory style

File Reference