Class KeyframesRule
Keyframes Rule
public sealed class KeyframesRule
- Inheritance
-
KeyframesRule
- Inherited Members
Properties
Keyframes
List of animation keyframes.
[JsonPropertyName("keyframes")]
public KeyframeStyle[] Keyframes { get; set; }
Property Value
Name
CSS keyframed animation's name.
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Name { get; set; }