Modifier and Type | Class and Description |
---|---|
class |
FadeInAnimation
This animation fades the view in by animating its alpha property from 0 to 1.
|
class |
FadeOutAnimation
This animation fades the view out by animating its alpha property to 0.
|
class |
FlipHorizontalAnimation
This animation causes the view to flip horizontally by a customizable number
of degrees and at a customizable pivot point.
|
class |
FlipVerticalAnimation
This animation causes the view to flip vertically by a customizable number of
degrees and at a customizable pivot point.
|
class |
PathAnimation
This animation translates the view within its parent view and according to
the ArrayList
|
class |
RotationAnimation
This animation rotates the view by a customizable number of degrees and at a
customizable pivot point.
|
class |
ScaleInAnimation
This animation scales in the view from 0 to 1.
|
class |
ScaleOutAnimation
This animation scales out the view from 1 to 0.
|
class |
SlideInAnimation
This animation causes the view to slide in from the borders of the screen.
|
class |
SlideOutAnimation
This animation causes the view to slide out to the borders of the screen.
|
Modifier and Type | Method and Description |
---|---|
ParallelAnimator |
ParallelAnimator.add(Combinable combinable)
This method adds this Combinable object to an ArrayList.
|