CSS API

deleteKeyframe

Deletes the CSSKeyFrameRule that matches the specified keyframe selector.

tilepieces.core.deleteKeyframe(rule,keyframe);

Parameters

rule
A @keyframes CSS at-rule.
keyframe
CSSKeyframeRule.

Return Value

None.