CSS API

appendKeyframe

Appends a CSSKeyFrameRule to the end of the rules of a @keyframes CSS at-rule.

tilepieces.core.appendKeyframe(rule,cssText);

Parameters

rule
A @keyframes CSS at-rule.
cssText
CSSOMString containing a keyframe rule.

Return Value

None.