appendRule method

void appendRule(
  1. String rule
)

The appendRule() method of the CSSKeyframeRule interface appends a CSSKeyFrameRule to the end of the rules.

Implementation

external void appendRule(String rule);