Table of Contents

Class CSSKeyframesRule

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

CSSKeyframesRule

public sealed class CSSKeyframesRule
Inheritance
CSSKeyframesRule
Inherited Members

Properties

AnimationName

animationName

[JsonPropertyName("animationName")]
public Value AnimationName { get; set; }

Property Value

Value

Keyframes

keyframes

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

Property Value

CSSKeyframeRule[]