Class InheritedAnimatedStyleEntry
Inherited CSS style collection for animated styles from ancestor node.
public sealed class InheritedAnimatedStyleEntry
- Inheritance
-
InheritedAnimatedStyleEntry
- Inherited Members
Properties
AnimationStyles
Styles coming from the animations of the ancestor, if any, in the style inheritance chain.
[JsonPropertyName("animationStyles")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSAnimationStyle[]? AnimationStyles { get; set; }
Property Value
TransitionsStyle
The style coming from the transitions of the ancestor, if any, in the style inheritance chain.
[JsonPropertyName("transitionsStyle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSStyle? TransitionsStyle { get; set; }