Table of Contents

Class KeyframesRule

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

Keyframes Rule

public sealed class KeyframesRule
Inheritance
KeyframesRule
Inherited Members

Properties

Keyframes

List of animation keyframes.

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

Property Value

KeyframeStyle[]

Name

CSS keyframed animation's name.

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

Property Value

string