Class AnimationEffect
java.lang.Object
org.openqa.selenium.devtools.v119.animation.model.AnimationEffect
AnimationEffect instance
-
Constructor Summary
ConstructorDescriptionAnimationEffect
(Number delay, Number endDelay, Number iterationStart, Number iterations, Number duration, String direction, String fill, Optional<BackendNodeId> backendNodeId, Optional<KeyframesRule> keyframesRule, String easing) -
Method Summary
Modifier and TypeMethodDescription`AnimationEffect`'s target node.getDelay()
`AnimationEffect`'s delay.`AnimationEffect`'s playback direction.`AnimationEffect`'s iteration duration.`AnimationEffect`'s timing function.`AnimationEffect`'s end delay.getFill()
`AnimationEffect`'s fill mode.`AnimationEffect`'s iterations.`AnimationEffect`'s iteration start.`AnimationEffect`'s keyframes.
-
Constructor Details
-
AnimationEffect
-
-
Method Details
-
getDelay
`AnimationEffect`'s delay. -
getEndDelay
`AnimationEffect`'s end delay. -
getIterationStart
`AnimationEffect`'s iteration start. -
getIterations
`AnimationEffect`'s iterations. -
getDuration
`AnimationEffect`'s iteration duration. -
getDirection
`AnimationEffect`'s playback direction. -
getFill
`AnimationEffect`'s fill mode. -
getBackendNodeId
`AnimationEffect`'s target node. -
getKeyframesRule
`AnimationEffect`'s keyframes. -
getEasing
`AnimationEffect`'s timing function.
-