Class AnimationEffect

java.lang.Object
org.openqa.selenium.devtools.v85.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.
    • 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.