Liking cljdoc? Tell your friends :D
ClojureScript only.

web.cssdom.CSSKeyframesRule

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).
raw docstring

append-rulecljs

(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.
sourceraw docstring

namecljs

(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
sourceraw docstring

set-name!cljs

(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
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close