CSSAnimationStyle

@Serializable
data class CSSAnimationStyle(val name: String? = null, val style: CSS.CSSStyle)

CSS style coming from animations with the name of the animation.

Constructors

Link copied to clipboard
constructor(name: String? = null, style: CSS.CSSStyle)

Properties

Link copied to clipboard
val name: String? = null

The name of the animation.

Link copied to clipboard

The style coming from the animation.