Class Index | File Index

Classes


Namespace CAAT.CSS


Defined in: csskeyframehelper.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Field Summary
Field Attributes Field Name and Description
<static>  
CAAT.CSS.PREFIX
Guess a browser custom prefix.
Method Summary
Method Attributes Method Name and Description
<static>  
CAAT.CSS.applyKeyframe(domElement, name, duration_millis, delay_millis, forever)
Apply a given @key-frames animation to a DOM element.
<static>  
CAAT.CSS.getCSSKeyframes(name)
<static>  
CAAT.CSS.getCSSKeyframesIndex(name)
<static>  
CAAT.CSS.registerKeyframes(kfDescriptor)
<static>  
CAAT.CSS.unregisterKeyframes(name)
Remove a @key-frames animation from the stylesheet.
Namespace Detail
CAAT.CSS
Field Detail
<static> CAAT.CSS.PREFIX
Guess a browser custom prefix.
Method Detail
<static> CAAT.CSS.applyKeyframe(domElement, name, duration_millis, delay_millis, forever)
Apply a given @key-frames animation to a DOM element.
Parameters:
domElement
{DOMElement}
name
{string} animation name
duration_millis
{number}
delay_millis
{number}
forever
{boolean}

<static> CAAT.CSS.getCSSKeyframes(name)
Parameters:
name

<static> CAAT.CSS.getCSSKeyframesIndex(name)
Parameters:
name

<static> CAAT.CSS.registerKeyframes(kfDescriptor)
Parameters:
kfDescriptor
{object} { name{string}, behavior{CAAT.Behavior}, size{!number}, overwrite{boolean} } }

<static> CAAT.CSS.unregisterKeyframes(name)
Remove a @key-frames animation from the stylesheet.
Parameters:
name

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jul 01 2013 04:59:16 GMT-0700 (PDT)