Compose Animation API Reference
Installation
implementation("androidx.compose.animation:animation:1.9.0-beta02")
Composable Functions
- AnimatedContent
- AnimatedVisibility
- Crossfade
- SharedTransitionLayout
- SharedTransitionScope
- animateColor
- animateColorAsState
- defaultDecayAnimationSpec
- rememberSplineBasedDecay
Modifiers
Classes
- ContentTransform
- EnterExitState
- EnterTransition
- ExitTransition
- ExperimentalAnimationApi
- ExperimentalSharedTransitionApi
- SplineBasedFloatDecayAnimationSpec
Interfaces
- AnimatedContentScope
- AnimatedContentTransitionScope
- AnimatedVisibilityScope
- BoundsTransform
- SharedTransitionScope
- SizeTransform
Properties
Functions
- Animatable
- expandHorizontally
- expandIn
- expandVertically
- fadeIn
- fadeOut
- scaleIn
- scaleOut
- shrinkHorizontally
- shrinkOut
- shrinkVertically
- SizeTransform
- slideIn
- slideInHorizontally
- slideInVertically
- slideOut
- slideOutHorizontally
- slideOutVertically
- splineBasedDecay
- splineBasedDecayDeprecated
- togetherWith
- with