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 DynamicAnimation instance to receive callbacks on every animation frame, after the current frame's values have been calculated for that DynamicAnimation.

Classes

DynamicAnimation

This class is the base class of physics-based animations.

DynamicAnimation.ViewProperty

ViewProperty holds the access of a property of a View.

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.

SpringForce

Spring Force defines the characteristics of the spring being used in the animation.

Android Studio Koala Closed Issues

Updated Dec 13, 2024

Plan to create quality apps and features from the start by understanding best practices and requirements.

Updated Oct 12, 2024

Along with new features and capabilities, Android 7.0 includes a variety of system and API behavior changes. This document highlights some of the key changes that you should understand and account for in your apps. If you have previously published an …

Updated May 20, 2024