deleteRule
< css | cssom | CSSKeyframesRule
This page has been flagged with the following issues:
High-level issues:
Syntax
var object = object.deleteRule();
Return Value
Returns an object of type DOM Node.
Notes
Remarks
If a rule with the given key does not exist, the deleteRule method does nothing.
Syntax
Standards information
- CSS Animations Module Level 3, Section 5
Parameters
- key [in]
- Type: DOMStringThe key that describes the CSSKeyframeRule object to be deleted. The key must resolve to a number between 0 and 1, or the rule is ignored.
See also
Related articles
Animation
- css/cssom/CSSKeyframesRule/deleteRule
CSSOM
- css/cssom/CSSKeyframesRule/deleteRule
Related pages (MSDN)
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here