Class Summary |
CompositeEffect |
This Effect combines one or more sub-effects to create a more complex
and interesting effect. |
Fade |
Effect that performs a Fade (in or out) on the component. |
FadeIn |
Simple subclass of Fade effect that will fade a component from nothing to
an existing end state. |
FadeOut |
Simple subclass of Fade effect that will fade a component from an existing
start state to nothing. |
Move |
Effect that moves a component from its position in the start
state to its position in the end state, based on linear interpolation
between the two points during the time of the animated transition. |
Rotate |
This Effect rotates an image through a given number of degrees
during the animated transition. |
Scale |
Effect that resizes a component during the transition. |
Unchanging |
|