Since: API Level 1
package

android.view.animation

Classes | Description

Provides classes that handle tweened animations.

more...

Interfaces

Animation.AnimationListener

An animation listener receives notifications from an animation. 

InterpolatorAn interpolator defines the rate of change of an animation. 

Classes

AccelerateDecelerateInterpolatorAn interpolator where the rate of change starts and ends slowly but accelerates through the middle. 
AccelerateInterpolatorAn interpolator where the rate of change starts out slowly and and then accelerates. 
AlphaAnimationAn animation that controls the alpha level of an object. 
AnimationAbstraction for an Animation that can be applied to Views, Surfaces, or other objects. 
Animation.DescriptionUtility class to parse a string description of a size. 
AnimationSetRepresents a group of Animations that should be played together. 
AnimationUtilsDefines common utilities for working with animations. 
AnticipateInterpolatorAn interpolator where the change starts backward then flings forward. 
AnticipateOvershootInterpolatorAn interpolator where the change starts backward then flings forward and overshoots the target value and finally goes back to the final value. 
BounceInterpolatorAn interpolator where the change bounces at the end. 
CycleInterpolatorRepeats the animation for a specified number of cycles. 
DecelerateInterpolatorAn interpolator where the rate of change starts out quickly and and then decelerates. 
GridLayoutAnimationControllerA layout animation controller is used to animated a grid layout's children. 
GridLayoutAnimationController.AnimationParametersThe set of parameters that has to be attached to each view contained in the view group animated by the grid layout animation controller. 
LayoutAnimationControllerA layout animation controller is used to animated a layout's, or a view group's, children. 
LayoutAnimationController.AnimationParametersThe set of parameters that has to be attached to each view contained in the view group animated by the layout animation controller. 
LinearInterpolatorAn interpolator where the rate of change is constant  
OvershootInterpolatorAn interpolator where the change flings forward and overshoots the last value then comes back. 
RotateAnimationAn animation that controls the rotation of an object. 
ScaleAnimationAn animation that controls the scale of an object. 
TransformationDefines the transformation to be applied at one point in time of an Animation. 
TranslateAnimationAn animation that controls the position of an object.