Class CSSKeyframesRule
CSSKeyframesRule
public sealed class CSSKeyframesRule
- Inheritance
-
CSSKeyframesRule
- Inherited Members
Properties
AnimationName
animationName
[JsonPropertyName("animationName")]
public Value AnimationName { get; set; }
Property Value
Keyframes
keyframes
[JsonPropertyName("keyframes")]
public CSSKeyframeRule[] Keyframes { get; set; }