Uses of Class
com.google.gwt.animation.client.AnimationScheduler.AnimationHandle
-
Packages that use AnimationScheduler.AnimationHandle Package Description com.google.gwt.animation.client Classes for Animation support.com.google.gwt.animation.client.testing -
-
Uses of AnimationScheduler.AnimationHandle in com.google.gwt.animation.client
Methods in com.google.gwt.animation.client that return AnimationScheduler.AnimationHandle Modifier and Type Method Description AnimationScheduler.AnimationHandleAnimationScheduler. requestAnimationFrame(AnimationScheduler.AnimationCallback callback)Schedule an animation, letting the browser decide when to trigger the next step in the animation.abstract AnimationScheduler.AnimationHandleAnimationScheduler. requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)Schedule an animation, letting the browser decide when to trigger the next step in the animation.AnimationScheduler.AnimationHandleAnimationSchedulerImplStandard. requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element)AnimationScheduler.AnimationHandleAnimationSchedulerImplTimer. requestAnimationFrame(AnimationScheduler.AnimationCallback callback, Element element) -
Uses of AnimationScheduler.AnimationHandle in com.google.gwt.animation.client.testing
Subclasses of AnimationScheduler.AnimationHandle in com.google.gwt.animation.client.testing Modifier and Type Class Description classStubAnimationScheduler.StubAnimationHandleA handle to the requested animation frame created byAnimationScheduler.requestAnimationFrame(AnimationCallback, Element).
-