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).
(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%'.
(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%'.
(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.
(style this)
Property.
Returns a CSSStyleDeclaration of the CSS style associated with keyframe.
Property. Returns a CSSStyleDeclaration of the CSS style associated with keyframe.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close