Table of Contents

Class KeyframesRule

Namespace
OpenQA.Selenium.DevTools.V130.Animation
Assembly
WebDriver.dll

KeyframesRule

public sealed class KeyframesRule
Inheritance
KeyframesRule
Inherited Members

Properties

Keyframes

keyframes

[JsonPropertyName("keyframes")]
public KeyframeStyle[] Keyframes { get; set; }

Property Value

KeyframeStyle[]

Name

name

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

Property Value

string