package

androidx.dynamicanimation.animation

Interfaces

DynamicAnimation.OnAnimationEndListenerAn animation listener that receives end notifications from an animation.
DynamicAnimation.OnAnimationUpdateListenerImplementors of this interface can add themselves as update listeners to an DynamicAnimation instance to receive callbacks on every animation frame, after the current frame's values have been calculated for that DynamicAnimation.

Classes

DynamicAnimation<T>This class is the base class of physics-based animations.
DynamicAnimation.ViewPropertyViewProperty holds the access of a property of a View.
FlingAnimation

Fling animation is an animation that continues an initial momentum (most often from gesture velocity) and gradually slows down.

FloatPropertyCompat<T>

FloatPropertyCompat is an abstraction that can be used to represent a mutable float value that is held in a host object.

FloatValueHolder

FloatValueHolder holds a float value.

SpringAnimationSpringAnimation is an animation that is driven by a SpringForce.
SpringForceSpring Force defines the characteristics of the spring being used in the animation.