Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.codename1.ui.animations Classes and Interfaces - 9 results found.
NameDescriptionTypePackageFramework
AnimationAllows any object to react to events and draw an animation at a fixed interval.Interfacecom.codename1.ui.animationsCodeName One
AnimationObjectAn animation object is an element within the timeline that has a visibility state for rendering at a given point in time.Classcom.codename1.ui.animationsCodeName One
CommonTransitionsContains common transition animations including the following: Slide - the exiting form slides out of the screen while the new form slides in.Classcom.codename1.ui.animationsCodeName One
ComponentAnimationParent class representing an animation object within the AnimationManager queue.Classcom.codename1.ui.animationsCodeName One
FlipTransitionClasscom.codename1.ui.animationsCodeName One
MorphTransitionA 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 differentClasscom.codename1.ui.animationsCodeName One
MotionAbstracts the notion of physical motion over time from a numeric location to another.Classcom.codename1.ui.animationsCodeName One
TimelineA timeline represents the motions of animation objectsAdds an animation object to show using this timelineClasscom.codename1.ui.animationsCodeName One
TransitionRepresents 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.Classcom.codename1.ui.animationsCodeName One