ICSSKeyframesRule.AppendRule
ICSSKeyframesRule.AppendRule method
The appendRule method appends the passed CSSKeyframeRule at the end of the keyframes rule collection.
public void AppendRule(String rule)
| Parameter | Type | Description |
|---|---|---|
| rule | String | The rule to be appended, expressed in the same syntax as one entry in the ‘@keyframes’ rule |
See Also
- interface ICSSKeyframesRule
- package com.aspose.html.dom.css
- package Aspose.HTML