Table of Contents

Class CSSAnimationStyle

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

CSS style coming from animations with the name of the animation.

public sealed class CSSAnimationStyle
Inheritance
CSSAnimationStyle
Inherited Members

Properties

Name

The name of the animation.

[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Name { get; set; }

Property Value

string

Style

The style coming from the animation.

[JsonPropertyName("style")]
public CSSStyle Style { get; set; }

Property Value

CSSStyle