ICSSKeyframesRule.DeleteRule
ICSSKeyframesRule.DeleteRule method
The deleteRule method deletes the CSSKeyframeRule
with the passed key. If a rule with this key does not exist, the method does nothing
public void DeleteRule(String key)
Parameter | Type | Description |
---|---|---|
key | String | The key which describes the rule to be deleted. The key must resolve to a number between 0 and 1, or the rule is ignored |
See Also
- interface ICSSKeyframesRule
- package com.aspose.html.Dom.Css
- package Aspose.HTML