Uses of Class
org.openqa.selenium.devtools.animation.model.AnimationEffect
-
Packages that use AnimationEffect Package Description org.openqa.selenium.devtools.animation.model -
-
Uses of AnimationEffect in org.openqa.selenium.devtools.animation.model
Methods in org.openqa.selenium.devtools.animation.model that return types with arguments of type AnimationEffect Modifier and Type Method Description java.util.Optional<AnimationEffect>
Animation. getSource()
`Animation`'s source animation node.Constructor parameters in org.openqa.selenium.devtools.animation.model with type arguments of type AnimationEffect Constructor Description Animation(java.lang.String id, java.lang.String name, java.lang.Boolean pausedState, java.lang.String playState, java.lang.Number playbackRate, java.lang.Number startTime, java.lang.Number currentTime, Animation.Type type, java.util.Optional<AnimationEffect> source, java.util.Optional<java.lang.String> cssId)
-