Class CSS.GetAnimatedStylesForNodeResponse
java.lang.Object
org.openqa.selenium.devtools.v133.css.CSS.GetAnimatedStylesForNodeResponse
- Enclosing class:
- CSS
-
Constructor Summary
ConstructorsConstructorDescriptionGetAnimatedStylesForNodeResponse
(Optional<List<CSSAnimationStyle>> animationStyles, Optional<CSSStyle> transitionsStyle, Optional<List<InheritedAnimatedStyleEntry>> inherited) -
Method Summary
Modifier and TypeMethodDescriptionStyles coming from animations.Inherited style entries for animationsStyle and transitionsStyle from the inheritance chain of the element.Style coming from transitions.
-
Constructor Details
-
GetAnimatedStylesForNodeResponse
public GetAnimatedStylesForNodeResponse(Optional<List<CSSAnimationStyle>> animationStyles, Optional<CSSStyle> transitionsStyle, Optional<List<InheritedAnimatedStyleEntry>> inherited)
-
-
Method Details
-
getAnimationStyles
Styles coming from animations. -
getTransitionsStyle
Style coming from transitions. -
getInherited
Inherited style entries for animationsStyle and transitionsStyle from the inheritance chain of the element.
-