See: Description
| Interface | Description |
|---|---|
| CrossFadeEffect.IImageObject | |
| IEffect |
All animation effects must implement this interface.
|
| SetColorEffect.IColoredObject |
Objects on which the SetColorEffect is applied must implements this
interface.
|
| Class | Description |
|---|---|
| AbstractEffect |
Abstract implementation for an effect.
|
| AlphaEffect |
Set the alpha value of a Shell
|
| CrossFadeEffect |
Cross fade images in a target object.
|
| GrowEffect |
Resizes a control while keeping it centered.
|
| MoveControlEffect |
Moves a control.
|
| MoveScrollBarEffect |
Scrolls a control.
|
| ParallelEffect |
A wrapper for running effects in parallel.
|
| ResizeEffect |
Changes width and height of a control.
|
| SequenceEffect |
Run several effects one after another.
|
| SetBoundsEffect |
Changes all bounds of a control.
|
| SetColorEffect |
Progressively changes the color of an object.
|
| ShakeEffect |
Shake a control (like a login failure on Mac OSX)
|