Class AnimationScheduler.AnimationHandle

java.lang.Object
com.google.gwt.animation.client.AnimationScheduler.AnimationHandle
Direct Known Subclasses:
StubAnimationScheduler.StubAnimationHandle
Enclosing class:
AnimationScheduler

public abstract static class AnimationScheduler.AnimationHandle extends Object
A handle to the requested animation frame created by AnimationScheduler.requestAnimationFrame(AnimationCallback, Element).
  • Constructor Details

    • AnimationHandle

      public AnimationHandle()
  • Method Details

    • cancel

      public abstract void cancel()
      Cancel the requested animation frame. If the animation frame is already canceled, do nothing.