fun defaultDecayAnimationSpec() fun rememberSplineBasedDecay() restartable skippable fun AnimatedContent( targetState: S stable modifier: Modifier? = @static Companion stable transitionSpec: @[ExtensionFunctionType] Function1, ContentTransform>? = @static { fadeIn ( animationSpec = tween ( durationMillis = 220 , delayMillis = 90 ) ) + val tmp0_animationSpec = tween ( durationMillis = 220 , delayMillis = 90 ) scaleIn ( animationSpec = tmp0_animationSpec , initialScale = 0.92f ) with fadeOut ( animationSpec = tween ( durationMillis = 90 ) ) } stable contentAlignment: Alignment? = @static Companion.TopStart stable content: @[ExtensionFunctionType] Function4 ) fun createSizeAnimationModifier( unstable contentTransform: ContentTransform unstable : AnimatedContentScope ): Modifier restartable skippable fun AnimatedContent( stable : Transition stable modifier: Modifier? = @static Companion stable transitionSpec: @[ExtensionFunctionType] Function1, ContentTransform>? = @static { fadeIn ( animationSpec = tween ( durationMillis = 220 , delayMillis = 90 ) ) + val tmp0_animationSpec = tween ( durationMillis = 220 , delayMillis = 90 ) scaleIn ( animationSpec = tmp0_animationSpec , initialScale = 0.92f ) with fadeOut ( animationSpec = tween ( durationMillis = 90 ) ) } stable contentAlignment: Alignment? = @static Companion.TopStart stable contentKey: Function1<@[ParameterName(name = 'targetState')] S, Any?>? = @static { it: S -> it } stable content: @[ExtensionFunctionType] Function4 ) restartable skippable fun AnimatedVisibility( stable visible: Boolean stable modifier: Modifier? = @static Companion stable enter: EnterTransition? = @static fadeIn( ) + expandIn( ) stable exit: ExitTransition? = @static shrinkOut( ) + fadeOut( ) stable label: String? = @static "AnimatedVisibility" stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun AnimatedVisibility( unused stable : RowScope stable visible: Boolean stable modifier: Modifier? = @static Companion stable enter: EnterTransition? = @static fadeIn( ) + expandHorizontally( ) stable exit: ExitTransition? = @static fadeOut( ) + shrinkHorizontally( ) stable label: String? = @static "AnimatedVisibility" stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun AnimatedVisibility( unused stable : ColumnScope stable visible: Boolean stable modifier: Modifier? = @static Companion stable enter: EnterTransition? = @static fadeIn( ) + expandVertically( ) stable exit: ExitTransition? = @static fadeOut( ) + shrinkVertically( ) stable label: String? = @static "AnimatedVisibility" stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun AnimatedVisibility( visibleState: MutableTransitionState stable modifier: Modifier? = @static Companion stable enter: EnterTransition? = @static fadeIn( ) + expandIn( ) stable exit: ExitTransition? = @static fadeOut( ) + shrinkOut( ) stable label: String? = @static "AnimatedVisibility" stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun AnimatedVisibility( unused stable : RowScope visibleState: MutableTransitionState stable modifier: Modifier? = @static Companion stable enter: EnterTransition? = @static expandHorizontally( ) + fadeIn( ) stable exit: ExitTransition? = @static shrinkHorizontally( ) + fadeOut( ) stable label: String? = @static "AnimatedVisibility" stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun AnimatedVisibility( unused stable : ColumnScope visibleState: MutableTransitionState stable modifier: Modifier? = @static Companion stable enter: EnterTransition? = @static expandVertically( ) + fadeIn( ) stable exit: ExitTransition? = @static shrinkVertically( ) + fadeOut( ) stable label: String? = @static "AnimatedVisibility" stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun AnimatedVisibility( stable : Transition stable visible: Function1 stable modifier: Modifier? = @static Companion stable enter: EnterTransition? = @static fadeIn( ) + expandIn( ) stable exit: ExitTransition? = @static shrinkOut( ) + fadeOut( ) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun AnimatedVisibility( stable visible: Boolean stable modifier: Modifier? = @static Companion stable enter: EnterTransition stable exit: ExitTransition stable initiallyVisible: Boolean stable content: Function2 ) restartable skippable fun AnimatedEnterExitImpl( stable transition: Transition stable visible: Function1 stable modifier: Modifier stable enter: EnterTransition stable exit: ExitTransition stable content: @[ExtensionFunctionType] Function3 ) inline fun AnimatedEnterExitImpl( stable transition: Transition stable modifier: Modifier stable enter: EnterTransition stable exit: ExitTransition stable content: @[ExtensionFunctionType] Function3 ) fun targetEnterExit( stable : Transition stable visible: Function1 targetState: T ): EnterExitState restartable skippable fun Crossfade( targetState: T stable modifier: Modifier? = @static Companion unstable animationSpec: FiniteAnimationSpec? = @static tween( ) stable content: Function3 ) restartable skippable fun Crossfade( stable : Transition stable modifier: Modifier? = @static Companion unstable animationSpec: FiniteAnimationSpec? = @static tween( ) stable contentKey: Function1<@[ParameterName(name = 'targetState')] T, Any?>? = @static { it: T -> it } stable content: Function3<@[ParameterName(name = 'targetState')] T, Composer, Int, Unit> ) fun createModifier( stable : Transition stable enter: EnterTransition stable exit: ExitTransition stable label: String ): Modifier fun animateColorAsState( stable targetValue: Color unstable animationSpec: AnimationSpec? = @static colorDefaultSpring stable finishedListener: Function1? = @static null ): State inline fun animateColor( stable : Transition stable transitionSpec: @[ExtensionFunctionType] Function3, Composer, Int, FiniteAnimationSpec>? = @dynamic { $composer: Composer?, $changed: Int -> $composer . startReplaceableGroup ( 1459830167 ) val tmp0 = spring ( ) $composer . endReplaceableGroup ( ) tmp0 } stable label: String? = @static "ColorAnimation" stable targetValueByState: Function3<@[ParameterName(name = 'state')] S, Composer, Int, Color> ): State fun animateColor( : InfiniteTransition stable initialValue: Color stable targetValue: Color animationSpec: InfiniteRepeatableSpec ): State