Class InheritedAnimatedStyleEntry
Inherited CSS style collection for animated styles from ancestor node.
public sealed record InheritedAnimatedStyleEntry : IEquatable<InheritedAnimatedStyleEntry>
- Inheritance
-
InheritedAnimatedStyleEntry
- Implements
- Inherited Members
Constructors
InheritedAnimatedStyleEntry()
Inherited CSS style collection for animated styles from ancestor node.
public InheritedAnimatedStyleEntry()
Properties
AnimationStyles
Styles coming from the animations of the ancestor, if any, in the style inheritance chain.
public ImmutableArray<CSSAnimationStyle>? AnimationStyles { get; init; }
Property Value
TransitionsStyle
The style coming from the transitions of the ancestor, if any, in the style inheritance chain.
public CSSStyle? TransitionsStyle { get; init; }