Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class CSSKeyframesRule

Namespace
OpenQA.Selenium.DevTools.V136.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[]