Table of Contents

Class KeyframesRule

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

Keyframes Rule

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

Constructors

KeyframesRule(ImmutableArray<KeyframeStyle>)

Keyframes Rule

public KeyframesRule(ImmutableArray<KeyframeStyle> Keyframes)

Parameters

Keyframes ImmutableArray<KeyframeStyle>

List of animation keyframes.

Properties

Keyframes

List of animation keyframes.

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

Property Value

ImmutableArray<KeyframeStyle>

Name

CSS keyframed animation's name.

public string? Name { get; init; }

Property Value

string