-
animateDp
Creates a Dp animation as a part of the given Transition.
-
animateDpAsState
Fire-and-forget animation function for Dp.
-
animateFloat
Creates an animation of Float type that runs infinitely as a part of the given InfiniteTransition.
-
animateFloatAsState
Fire-and-forget animation function for Float.
-
animateInt
Creates a Int animation as a part of the given Transition.
-
animateIntAsState
Fire-and-forget animation function for Int.
-
animateIntOffset
Creates a IntOffset animation as a part of the given Transition.
-
animateIntOffsetAsState
Fire-and-forget animation function for IntOffset.
-
animateIntSize
Creates a IntSize animation as a part of the given Transition.
-
animateIntSizeAsState
Fire-and-forget animation function for IntSize.
-
animateOffset
Creates an Offset animation as a part of the given Transition.
-
animateOffsetAsState
Fire-and-forget animation function for Offset.
-
animateRect
Creates a Rect animation as a part of the given Transition.
-
animateRectAsState
Fire-and-forget animation function for Rect.
-
animateSize
Creates a Size animation as a part of the given Transition.
-
animateSizeAsState
Fire-and-forget animation function for Size.
-
animateValue
Creates an animation of type T that runs infinitely as a part of the given InfiniteTransition.
-
animateValueAsState
Fire-and-forget animation function for any value.
-
createChildTransition
createChildTransition creates a child Transition based on the mapping between parent state to child state provided in transformToChildState.
-
rememberInfiniteTransition
Creates a InfiniteTransition that runs infinite child animations.
-
rememberTransition
Creates a Transition and puts it in the currentState[TransitionState.
-
updateTransition
This sets up a Transition, and updates it with the target provided by targetState.
Compose Animation Core
Jetpack Compose API reference for animation-core.