No description.
Returns: boolean
Whether CSS3 transition is supported.
|
code » | |||
![]()
Removes any programmatically-added CSS3 transition in the given element.
Arguments:
|
code » | |||
![]()
Sets the element CSS3 transition to properties.
Arguments:
|
code » | |||
![]()
Sets CSS3 transition property value to the given value.
|
code » |
![]()
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 » |