Table of Contents

Class Animation

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

Animation

public sealed class Animation
Inheritance
Animation
Inherited Members

Properties

CssId

cssId

[JsonPropertyName("cssId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string CssId { get; set; }

Property Value

string

CurrentTime

currentTime

[JsonPropertyName("currentTime")]
public double CurrentTime { get; set; }

Property Value

double

Id

id

[JsonPropertyName("id")]
public string Id { get; set; }

Property Value

string

Name

name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

PausedState

pausedState

[JsonPropertyName("pausedState")]
public bool PausedState { get; set; }

Property Value

bool

PlayState

playState

[JsonPropertyName("playState")]
public string PlayState { get; set; }

Property Value

string

PlaybackRate

playbackRate

[JsonPropertyName("playbackRate")]
public double PlaybackRate { get; set; }

Property Value

double

Source

source

[JsonPropertyName("source")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AnimationEffect Source { get; set; }

Property Value

AnimationEffect

StartTime

startTime

[JsonPropertyName("startTime")]
public double StartTime { get; set; }

Property Value

double

Type

type

[JsonPropertyName("type")]
public AnimationTypeValues Type { get; set; }

Property Value

AnimationTypeValues

ViewOrScrollTimeline

viewOrScrollTimeline

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

Property Value

ViewOrScrollTimeline