Uses of Class
com.google.gwt.animation.client.AnimationScheduler
Package
Description
Classes for Animation support.
-
Uses of AnimationScheduler in com.google.gwt.animation.client
Modifier and TypeClassDescription(package private) class
AnimationScheduler
implementation that uses standardrequestAnimationFrame
API.(package private) class
Implementation using a timer for browsers that do not support animation frames.Modifier and TypeMethodDescriptionstatic AnimationScheduler
AnimationScheduler.get()
Returns the default implementation of the AnimationScheduler API.ModifierConstructorDescriptionprotected
Animation
(AnimationScheduler scheduler) Construct a newAnimationScheduler
using the specified scheduler to sheduler request frames. -
Uses of AnimationScheduler in com.google.gwt.animation.client.testing
Modifier and TypeClassDescriptionclass
A stub implementation ofAnimationScheduler
that does not execute the callbacks.