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
A handle to the requested animation frame created by
AnimationScheduler.requestAnimationFrame(AnimationCallback, Element)
.-
Constructor Summary
-
Method Summary
-
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.
-