Package com.sun.lwuit.animations

Interface Summary
Animation Allows any object to react to events and draw an animation at a fixed interval.
 

Class Summary
AnimationObject An animation object is an element within the timeline that has a visibility state for rendering at a given point in time.
CommonTransitions Contains common transition animations including the following: Slide - the exiting form slides out of the screen while the new form slides in.
Motion Abstracts the notion of physical motion over time from a numeric location to another.
Timeline A timeline represents the motions of animation objects
Transition Represents a transition animation between two forms this class is used internally by Display to play an animation when moving from one form to the next.