Class InheritedAnimatedStyleEntry
java.lang.Object
org.openqa.selenium.devtools.v135.css.model.InheritedAnimatedStyleEntry
Inherited CSS style collection for animated styles from ancestor node.
-
Constructor Summary
ConstructorsConstructorDescriptionInheritedAnimatedStyleEntry
(Optional<List<CSSAnimationStyle>> animationStyles, Optional<CSSStyle> transitionsStyle) -
Method Summary
Modifier and TypeMethodDescriptionStyles coming from the animations of the ancestor, if any, in the style inheritance chain.The style coming from the transitions of the ancestor, if any, in the style inheritance chain.
-
Constructor Details
-
InheritedAnimatedStyleEntry
public InheritedAnimatedStyleEntry(Optional<List<CSSAnimationStyle>> animationStyles, Optional<CSSStyle> transitionsStyle)
-
-
Method Details
-
getAnimationStyles
Styles coming from the animations of the ancestor, if any, in the style inheritance chain. -
getTransitionsStyle
The style coming from the transitions of the ancestor, if any, in the style inheritance chain.
-