Table of Contents

Class GetAnimatedStylesForNodeCommandResponse

Namespace
OpenQA.Selenium.DevTools.V133.CSS
Assembly
WebDriver.dll

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

CSSAnimationStyle[]

Inherited

Gets or sets the inherited

[JsonPropertyName("inherited")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public InheritedAnimatedStyleEntry[]? Inherited { get; set; }

Property Value

InheritedAnimatedStyleEntry[]

TransitionsStyle

Gets or sets the transitionsStyle

[JsonPropertyName("transitionsStyle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSStyle? TransitionsStyle { get; set; }

Property Value

CSSStyle