Class KeyframesRule
Keyframes Rule
public sealed record KeyframesRule : IEquatable<KeyframesRule>
- Inheritance
-
KeyframesRule
- Implements
- Inherited Members
Constructors
KeyframesRule(ImmutableArray<KeyframeStyle>)
Keyframes Rule
public KeyframesRule(ImmutableArray<KeyframeStyle> Keyframes)
Parameters
KeyframesImmutableArray<KeyframeStyle>List of animation keyframes.
Properties
Keyframes
List of animation keyframes.
public ImmutableArray<KeyframeStyle> Keyframes { get; init; }
Property Value
Name
CSS keyframed animation's name.
public string? Name { get; init; }