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)
ParameterTypeDescription
keyStringThe 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