Table of Contents

Class AnimationEffect

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

AnimationEffect

public sealed class AnimationEffect
Inheritance
AnimationEffect
Inherited Members

Properties

BackendNodeId

backendNodeId

[JsonPropertyName("backendNodeId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? BackendNodeId { get; set; }

Property Value

long?

Delay

delay

[JsonPropertyName("delay")]
public double Delay { get; set; }

Property Value

double

Direction

direction

[JsonPropertyName("direction")]
public string Direction { get; set; }

Property Value

string

Duration

duration

[JsonPropertyName("duration")]
public double Duration { get; set; }

Property Value

double

Easing

easing

[JsonPropertyName("easing")]
public string Easing { get; set; }

Property Value

string

EndDelay

endDelay

[JsonPropertyName("endDelay")]
public double EndDelay { get; set; }

Property Value

double

Fill

fill

[JsonPropertyName("fill")]
public string Fill { get; set; }

Property Value

string

IterationStart

iterationStart

[JsonPropertyName("iterationStart")]
public double IterationStart { get; set; }

Property Value

double

Iterations

iterations

[JsonPropertyName("iterations")]
public double Iterations { get; set; }

Property Value

double

KeyframesRule

keyframesRule

[JsonPropertyName("keyframesRule")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public KeyframesRule KeyframesRule { get; set; }

Property Value

KeyframesRule