Class CSSKeyframesRule
CSS keyframes rule representation.
public sealed class CSSKeyframesRule
- Inheritance
-
CSSKeyframesRule
- Inherited Members
Properties
AnimationName
Animation name.
[JsonPropertyName("animationName")]
public Value AnimationName { get; set; }
Property Value
Keyframes
List of keyframes.
[JsonPropertyName("keyframes")]
public CSSKeyframeRule[] Keyframes { get; set; }