Class GetAnimatedStylesForNodeCommandResponse
Response for GetAnimatedStylesForNode
public sealed class GetAnimatedStylesForNodeCommandResponse : ICommandResponse<GetAnimatedStylesForNodeCommandSettings>, ICommandResponse
- Inheritance
-
GetAnimatedStylesForNodeCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
AnimationStyles
Gets or sets the animationStyles
[JsonPropertyName("animationStyles")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSAnimationStyle[]? AnimationStyles { get; set; }
Property Value
Inherited
Gets or sets the inherited
[JsonPropertyName("inherited")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public InheritedAnimatedStyleEntry[]? Inherited { get; set; }
Property Value
TransitionsStyle
Gets or sets the transitionsStyle
[JsonPropertyName("transitionsStyle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSStyle? TransitionsStyle { get; set; }