Animator is the superclass for animation classes which provide basic support for Android animations which can be started, ended, and have AnimatorListeners added to them.
Animators
where introduced in Android 3.0 (Api Level 11 )to help overcome some short-coming that Animations
have.
Animators
is superclass
for classes which provide basic support for animations which can be started, ended, and have AnimatorListeners
added to them.
Unlike Animations
, Animators
change the physical properties of the objects. This means that if you move a View to a new location, the touch coordinates will be mapped at the new location without any other intervention.
in unity3d Animator may refer to an editor tag showing the animation state machine, or to a component of a gameobject which uses a Animation Controller to handle the animation associated with it.