Table of Contents

Class InheritedAnimatedStyleEntry

Namespace
OpenQA.Selenium.DevTools.V148.CSS
Assembly
Selenium.WebDriver.dll

Inherited CSS style collection for animated styles from ancestor node.

public sealed class InheritedAnimatedStyleEntry
Inheritance
InheritedAnimatedStyleEntry
Inherited Members

Properties

AnimationStyles

Styles coming from the animations of the ancestor, if any, in the style inheritance chain.

[JsonPropertyName("animationStyles")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSAnimationStyle[]? AnimationStyles { get; set; }

Property Value

CSSAnimationStyle[]

TransitionsStyle

The style coming from the transitions of the ancestor, if any, in the style inheritance chain.

[JsonPropertyName("transitionsStyle")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CSSStyle? TransitionsStyle { get; set; }

Property Value

CSSStyle