| Package | Description |
|---|---|
| com.codename1.ui.animations |
All components are animatable by potential and additional animations (unrelated
to a specific component) can be installed on the fly, transitions between
forms are also handled as part of this package.
|
| Modifier and Type | Method and Description |
|---|---|
static MorphTransition |
MorphTransition.create(int duration)
Creates a transition with the given duration, this transition should be modified with the
builder methods such as morph
|
MorphTransition |
MorphTransition.morph(String cmp)
Morphs the component with the given source name in the source container hierarchy
to the component with the same name in the destination hierarchy
|
MorphTransition |
MorphTransition.morph(String source,
String to)
Morphs the component with the given source name in the source container hierarchy
to the component with the given name in the destination hierarchy
|
Copyright © 2022. All rights reserved.