Table of Contents

Class CSSKeyframesRule

Namespace
Selenium.WebDriver.BiDi.Cdp.CSS
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

CSS keyframes rule representation.

public sealed record CSSKeyframesRule : IEquatable<CSSKeyframesRule>
Inheritance
CSSKeyframesRule
Implements
Inherited Members

Constructors

CSSKeyframesRule(Value, ImmutableArray<CSSKeyframeRule>)

CSS keyframes rule representation.

public CSSKeyframesRule(Value AnimationName, ImmutableArray<CSSKeyframeRule> Keyframes)

Parameters

AnimationName Value

Animation name.

Keyframes ImmutableArray<CSSKeyframeRule>

List of keyframes.

Properties

AnimationName

Animation name.

public Value AnimationName { get; init; }

Property Value

Value

Keyframes

List of keyframes.

public ImmutableArray<CSSKeyframeRule> Keyframes { get; init; }

Property Value

ImmutableArray<CSSKeyframeRule>