Search Java Classes and Packages
Search Java Frameworks and Libraries
#Com.codename1.ui.animations Classes and Interfaces - 9 results found.
| Name | Description | Type | Package | Framework |
| Animation | Allows any object to react to events and draw an animation at a fixed interval. | Interface | com.codename1.ui.animations | CodeName One |
|
| AnimationObject | An animation object is an element within the timeline that has a visibility state for rendering at a given point in time. | Class | com.codename1.ui.animations | CodeName One |
|
| CommonTransitions | Contains common transition animations including the following: Slide - the exiting form slides out of the screen while the new form slides in. | Class | com.codename1.ui.animations | CodeName One |
|
| ComponentAnimation | Parent class representing an animation object within the AnimationManager queue. | Class | com.codename1.ui.animations | CodeName One |
|
| FlipTransition | | Class | com.codename1.ui.animations | CodeName One |
|
| MorphTransition | A transition inspired by the Android L release morph activity effect allowing a set of components in one form/container to morph into another in a different | Class | com.codename1.ui.animations | CodeName One |
|
| Motion | Abstracts the notion of physical motion over time from a numeric location to another. | Class | com.codename1.ui.animations | CodeName One |
|
| Timeline | A timeline represents the motions of animation objectsAdds an animation object to show using this timeline | Class | com.codename1.ui.animations | CodeName One |
|
| 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. | Class | com.codename1.ui.animations | CodeName One |