InheritedAnimatedStyleEntry

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

Inherited CSS style collection for animated styles from ancestor node.

Official doc

Constructors

Link copied to clipboard
constructor(animationStyles: List<CSSAnimationStyle>? = null, transitionsStyle: 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.