Package com.google.gwt.animation.client
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 java.lang.Object
A handle to the requested animation frame created byAnimationScheduler.requestAnimationFrame(AnimationCallback, Element)
.
-
-
Constructor Summary
Constructors Constructor Description AnimationHandle()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
cancel()
Cancel the requested animation frame.
-