GetAnimatedStylesForNodeReturn

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

Constructors

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

Properties

Link copied to clipboard

Styles coming from animations.

Link copied to clipboard

Inherited style entries for animationsStyle and transitionsStyle from the inheritance chain of the element.

Link copied to clipboard

Style coming from transitions.