| 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 CommonTransitions |
CommonTransitions.createCover(int type,
boolean forward,
int duration)
Creates a cover transition with the given duration and direction
|
static CommonTransitions |
CommonTransitions.createDialogPulsate()
Creates a dialog pulsate transition
|
static CommonTransitions |
CommonTransitions.createEmpty()
Creates an empty transition that does nothing.
|
static CommonTransitions |
CommonTransitions.createFade(int duration)
Creates a transition for fading a form in while fading out the original form
|
static CommonTransitions |
CommonTransitions.createFastSlide(int type,
boolean forward,
int duration)
Deprecated.
this is not faster than slide on modern devices, you should use that
createSlide(int, boolean, int) |
static CommonTransitions |
CommonTransitions.createFastSlide(int type,
boolean forward,
int duration,
boolean drawDialogMenu)
Deprecated.
this is not faster than slide on modern devices, you should use that
createSlide(int, boolean, int, boolean) |
static CommonTransitions |
CommonTransitions.createSlide(int type,
boolean forward,
int duration)
Creates a slide transition with the given duration and direction
|
static CommonTransitions |
CommonTransitions.createSlide(int type,
boolean forward,
int duration,
boolean drawDialogMenu)
Creates a slide transition with the given duration and direction
|
static CommonTransitions |
CommonTransitions.createSlideFadeTitle(boolean forward,
int duration)
Creates a slide transition for the body of the form that fades the title in while sliding
|
static CommonTransitions |
CommonTransitions.createTimeline(Image animation)
Creates a transition using an animated image object (e.g.
|
static CommonTransitions |
CommonTransitions.createUncover(int type,
boolean forward,
int duration)
Creates a uncover transition with the given duration and direction
|
Copyright © 2021. All rights reserved.