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 AnimationEffect Modifier and Type Method Description AnimationEffect
Animation. getSource()
`Animation`'s source animation node.Constructors in org.openqa.selenium.devtools.animation.model with parameters 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, AnimationEffect source, java.lang.String cssId)
-