Package | Description |
---|---|
ej.animation |
Animation framework.
|
ej.widget.basic.drawing |
Basic drawn widgets.
|
ej.widget.container.transition |
Set of containers that allow to do transitions between two widgets.
|
Modifier and Type | Method and Description |
---|---|
void |
Animator.startAnimation(Animation animation)
Starts an animation.
|
void |
Animator.stopAnimation(Animation animation)
Stops an animation.
|
Modifier and Type | Class and Description |
---|---|
class |
BulletPagingIndicator
The bullet paging indicator is a widget that displays a set of dots following a line.
|
Modifier and Type | Class and Description |
---|---|
class |
CircleSplashScreenshotTransitionContainer
A circle splash transition container grows the new widget when going forward, or shrinks the previous widget when
going backward, the widget being enclosed in a circle.
|
class |
FadeScreenshotTransitionContainer
A fade transition container makes widgets appear or disappear smoothly by using a fade in or fade out effect.
|
class |
NoTransitionContainer
A no transition container switch directly the widgets without any animation.
|
class |
ScreenshotTransitionContainer
A screenshot transition container uses a screenshot to realize the animation.
|
class |
SlideScreenshotTransitionContainer
A slide transition container slides the widgets during the transition.
|
class |
SlideTransitionContainer
A slide transition container slides the widgets during the transition.
|
class |
SplashScreenshotTransitionContainer
A splash transition container grows the new widget when going forward, or shrinks the previous widget when going
backward.
|
class |
TransitionContainer
A transition container holds only one widget at a time.
|