Table of Contents

Class InheritedAnimatedStyleEntry

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

Inherited CSS style collection for animated styles from ancestor node.

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

Constructors

InheritedAnimatedStyleEntry()

Inherited CSS style collection for animated styles from ancestor node.

public InheritedAnimatedStyleEntry()

Properties

AnimationStyles

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

public ImmutableArray<CSSAnimationStyle>? AnimationStyles { get; init; }

Property Value

ImmutableArray<CSSAnimationStyle>?

TransitionsStyle

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

public CSSStyle? TransitionsStyle { get; init; }

Property Value

CSSStyle