CSS API

setRuleName

Set the name of a @keyframes rule.

tilepieces.core.setRuleName(rule,name);

Parameters

rule
A @keyframes rule.
name
A String that represent an animation-name cssProperty.

Return Value

None.