CSSKeyframesRule

@Serializable
data class CSSKeyframesRule(val animationName: Value, val keyframes: List<CSSKeyframeRule>)(source)

CSS keyframes rule representation.

Official doc

Constructors

Link copied to clipboard
constructor(animationName: Value, keyframes: List<CSSKeyframeRule>)

Properties

Link copied to clipboard

Animation name.

Link copied to clipboard

List of keyframes.