-
AnimatedContent
AnimatedContent is a container that automatically animates its content when targetState changes.
-
AnimatedVisibility
AnimatedVisibility composable animates the appearance and disappearance of its content, as visible value changes.
-
Crossfade
Crossfade allows to switch between two layouts with a crossfade animation.
-
CustomizedLookaheadAnimationVisualDebugging
Allows customizing a particular shared element or animated bounds animation for debugging.
-
LookaheadAnimationVisualDebugging
Allows enabling and customizing shared element and animated bounds animation debugging.
-
SharedTransitionLayout
SharedTransitionLayout creates a layout and a SharedTransitionScope for the child layouts in content.
-
SharedTransitionScope
SharedTransitionScope creates a SharedTransitionScope for the child layouts in content.
-
animateColor
Creates a Color animation as a part of the given Transition.
-
animateColorAsState
Fire-and-forget animation function for Color.
-
defaultDecayAnimationSpec
Create default DecayAnimationSpec representing a default fling curve for a platform.
- rememberSplineBasedDecay
Compose Animation
Jetpack Compose API reference for animation.