Package-level declarations
Properties
Functions
Link copied to clipboard
fun animateDpOffsetAsState(targetValue: DpOffset, animationSpec: AnimationSpec<DpOffset> = tween(400), finishedListener: (DpOffset) -> Unit? = null): State<DpOffset>
Link copied to clipboard
fun <T> TransitionAnimatedContent(targetState: T, modifier: Modifier = Modifier, contentKey: (targetState: T) -> Any? = { it }, content: @Composable (targetState: T, transition: Transition<T>) -> Unit)
Animate content with a transition for better flexibility when compared to AnimatedContent