Classes
| Class | Description | |
|---|---|---|
| Animation |
This class is the base class of all Animations.
| |
| BlinkAnimation |
Use this EtAlii.xTechnology.Animation.Animation to let Elements blink.
This means the visibility property is toggled according to the specified interval.
| |
| ElementAnimation |
This EtAlii.xTechnology.Animation.Animation can be used to animate Elements.
It is the base class of which all Element animations should inherit.
| |
| FadeAnimation |
Use this EtAlii.xTechnology.Animation.Animation to fade Elements.
| |
| FadeTransition |
The EtAlii.xTechnology.Animation.FadeTransition can be used to fade from one Window to the next.
| |
| ScrollAnimation |
Use this EtAlii.xTechnology.Animation.Animation to move Elements visually.
| |
| SizeAnimation |
Use this EtAlii.xTechnology.Animation.Animation to size Elements visually.
| |
| SlideTransition |
The EtAlii.xTechnology.Animation.SlideTransition animation can be used to slide from one Window to the next.
| |
| WindowTransition |
The EtAlii.xTechnology.Animation.WindowTransition animation is the base of all Window transitions.
Inherit from this class to implement a new Animation that targets Windows.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| SlideDirection |
The direction a SlideTransition should slide from.
|