SceneAnimator
classes which is used for controlling animations on a scene.See: Description
Interface | Description |
---|---|
AnimatorListener |
This interface is used for notifying about important events on
Animator . |
Class | Description |
---|---|
Animator |
Represents an animator.
|
AnimatorEvent |
This is an animator event which is used by
AnimatorListener . |
SceneAnimator |
Manages all animations on a scene.
|
This package contains SceneAnimator
classes which is used for controlling animations on a scene.
Also you can supply your own animator by implementing Animator
class.
Also you can listen on each animator using AnimatorListener
interface.