Class AnimationEffect

java.lang.Object
org.openqa.selenium.devtools.v126.animation.model.AnimationEffect

public class AnimationEffect extends Object
AnimationEffect instance
  • Constructor Details

  • Method Details

    • getDelay

      public Number getDelay()
      `AnimationEffect`'s delay.
    • getEndDelay

      public Number getEndDelay()
      `AnimationEffect`'s end delay.
    • getIterationStart

      public Number getIterationStart()
      `AnimationEffect`'s iteration start.
    • getIterations

      public Number getIterations()
      `AnimationEffect`'s iterations.
    • getDuration

      public Number getDuration()
      `AnimationEffect`'s iteration duration. Milliseconds for time based animations and percentage [0 - 100] for scroll driven animations (i.e. when viewOrScrollTimeline exists).
    • getDirection

      public String getDirection()
      `AnimationEffect`'s playback direction.
    • getFill

      public String getFill()
      `AnimationEffect`'s fill mode.
    • getBackendNodeId

      public Optional<BackendNodeId> getBackendNodeId()
      `AnimationEffect`'s target node.
    • getKeyframesRule

      public Optional<KeyframesRule> getKeyframesRule()
      `AnimationEffect`'s keyframes.
    • getEasing

      public String getEasing()
      `AnimationEffect`'s timing function.