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