Class CSSAnimationStyle
CSS style coming from animations with the name of the animation.
public sealed record CSSAnimationStyle : IEquatable<CSSAnimationStyle>
- Inheritance
-
CSSAnimationStyle
- Implements
- Inherited Members
Constructors
CSSAnimationStyle(CSSStyle)
CSS style coming from animations with the name of the animation.
public CSSAnimationStyle(CSSStyle Style)
Parameters
StyleCSSStyleThe style coming from the animation.
Properties
Name
The name of the animation.
public string? Name { get; init; }
Property Value
Style
The style coming from the animation.
public CSSStyle Style { get; init; }