Table of Contents

Class CSSAnimationStyle

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

CSSAnimationStyle

public sealed class CSSAnimationStyle
Inheritance
CSSAnimationStyle
Inherited Members

Properties

Name

name

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

Property Value

string

Style

style

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

Property Value

CSSStyle