Liking cljdoc? Tell your friends :D

web.cssdom.CSSKeyframeRule

The CSSKeyframeRule interface describes an object representing set of style for a given keyframe. It corresponds to the contains a single keyframe of a @keyframes at-rule. It implements the interface with a type value of 8 (CSSRule.KEYFRAME_RULE).

The CSSKeyframeRule interface describes an object representing
set of style for a given keyframe. It corresponds to the contains
a single keyframe of a `@keyframes` at-rule. It implements the
interface with a type value of 8 (CSSRule.KEYFRAME_RULE).
raw docstring

key-textcljs

(key-text this)

Property.

Represents the key of the keyframe, like '10%', '75%'. The from maps to '0%' and the to keyword maps to '100%'.

Property.

Represents the key of the keyframe, like '10%', '75%'. The from
maps to '0%' and the to keyword maps to '100%'.
sourceraw docstring

set-key-text!cljs

(set-key-text! this val)

Property.

Represents the key of the keyframe, like '10%', '75%'. The from maps to '0%' and the to keyword maps to '100%'.

Property.

Represents the key of the keyframe, like '10%', '75%'. The from
maps to '0%' and the to keyword maps to '100%'.
sourceraw docstring

set-style!cljs

(set-style! this val)

Property.

Returns a CSSStyleDeclaration of the CSS style associated with keyframe.

Property.

Returns a CSSStyleDeclaration of the CSS style associated with
keyframe.
sourceraw docstring

stylecljs

(style this)

Property.

Returns a CSSStyleDeclaration of the CSS style associated with keyframe.

Property.

Returns a CSSStyleDeclaration of the CSS style associated with
keyframe.
sourceraw docstring

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

× close