Class CSSAnimationStyle
CSS style coming from animations with the name of the animation.
public sealed class CSSAnimationStyle
- Inheritance
-
CSSAnimationStyle
- Inherited Members
Properties
Name
The name of the animation.
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Name { get; set; }
Property Value
Style
The style coming from the animation.
[JsonPropertyName("style")]
public CSSStyle Style { get; set; }