The CSSKeyframesRule interface describes an object representing
complete set of keyframes for a CSS animation. It corresponds
the contents of a whole @keyframes
at-rule. It implements the
interface with a type value of 7 (CSSRule.KEYFRAMES_RULE).
The CSSKeyframesRule interface describes an object representing complete set of keyframes for a CSS animation. It corresponds the contents of a whole `@keyframes` at-rule. It implements the interface with a type value of 7 (CSSRule.KEYFRAMES_RULE).
(append-rule this & args)
Method.
Inserts a new keyframe rule into the current CSSKeyframesRule. parameter is a DOMString containing a keyframe in the same format an entry of a @keyframes at-rule. If it contains more than one rule, a DOMException with a SYNTAX_ERR is thrown.
Method. Inserts a new keyframe rule into the current CSSKeyframesRule. parameter is a DOMString containing a keyframe in the same format an entry of a @keyframes at-rule. If it contains more than one rule, a DOMException with a SYNTAX_ERR is thrown.
(name this)
Property.
Represents the name of the animation, used by the animation-name
Property. Represents the name of the animation, used by the animation-name
(set-name! this val)
Property.
Represents the name of the animation, used by the animation-name
Property. Represents the name of the animation, used by the animation-name
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close