Table of Contents

Class KeyframeStyle

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

Keyframe Style

public sealed class KeyframeStyle
Inheritance
KeyframeStyle
Inherited Members

Properties

Easing

AnimationEffect's timing function.

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

Property Value

string

Offset

Keyframe's time offset.

[JsonPropertyName("offset")]
public string Offset { get; set; }

Property Value

string