androidx.dynamicanimation.animation
Interfaces
DynamicAnimation.OnAnimationEndListener | An animation listener that receives end notifications from an animation. |
DynamicAnimation.OnAnimationUpdateListener | Implementors of this interface can add themselves as update listeners to an |
FrameCallbackScheduler | A scheduler that runs the given Runnable on the next frame. |
Classes
AnimationHandler | This custom handler handles the timing pulse that is shared by all active ValueAnimators. |
DynamicAnimation | This class is the base class of physics-based animations. |
DynamicAnimation.ViewProperty | ViewProperty holds the access of a property of a |
DynamicAnimationKt | |
FlingAnimation | Fling animation is an animation that continues an initial momentum (most often from gesture velocity) and gradually slows down. |
FloatPropertyCompat | 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. |
SpringAnimation | SpringAnimation is an animation that is driven by a |
SpringForce | Spring Force defines the characteristics of the spring being used in the animation. |