WebKitCSSKeyframesRule

Module:
css
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

deleteRule
findRule
insertRule

deleteRule


void deleteRule(
    in DOMString key); 


findRule


WebKitCSSKeyframeRule findRule(
    in DOMString key); 


insertRule


void insertRule(
    in DOMString rule); 

Member Data

cssRules
name

cssRules


readonly attribute CSSRuleList cssRules; 


name


attribute DOMString name; 

 

Last Updated: 2009-05-29