InheritedAnimatedStyleEntry

@Serializable
data class InheritedAnimatedStyleEntry(val animationStyles: List<CSS.CSSAnimationStyle>? = null, val transitionsStyle: CSS.CSSStyle? = null)

Inherited CSS style collection for animated styles from ancestor node.

Constructors

Link copied to clipboard
constructor(animationStyles: List<CSS.CSSAnimationStyle>? = null, transitionsStyle: CSS.CSSStyle? = null)

Properties

Link copied to clipboard

Styles coming from the animations of the ancestor, if any, in the style inheritance chain.

Link copied to clipboard

The style coming from the transitions of the ancestor, if any, in the style inheritance chain.