Searched refs:slideInVertically (Results 1 – 25 of 65) sorted by relevance
123
32 import androidx.compose.animation.slideInVertically in <lambda>()79 slideInVertically { it } + fadeIn() togetherWith in <lambda>()85 slideInVertically { -it } + fadeIn() togetherWith in <lambda>()
47 import androidx.compose.animation.slideInVertically in <lambda>()180 slideInVertically( in FullyLoadedTransition()383 enter = slideInVertically(initialOffsetY = { it }), in AVScopeAnimateEnterExit()679 enter = slideInVertically(), in AnimateEnterExitPartialContent()
23 import androidx.compose.animation.slideInVertically in <lambda>()55 (slideInVertically { it } togetherWith fadeOut(targetAlpha = 0.88f)).apply { in <lambda>()
33 import androidx.compose.animation.slideInVertically in <lambda>()229 TopCenter -> slideInVertically { -it } in CenterMenu()230 BottomCenter -> slideInVertically { it } in CenterMenu()
30 import androidx.compose.animation.slideInVertically in <lambda>()145 slideInVertically( in ComplexAV()
29 import androidx.compose.animation.slideInVertically in <lambda>()116 slideInVertically( in <lambda>()
34 import androidx.compose.animation.slideInVertically in <lambda>()225 slideInVertically( in FullyLoadedTransition()
25 import androidx.compose.animation.slideInVertically in <lambda>()188 slideInVertically( in ColumnScope()
31 import androidx.compose.animation.slideInVertically158 fadeIn(tween(1000)) + slideInVertically { -it / 3 }, in HomePage()253 fadeIn() + slideInVertically { it / 3 }, in ExpandedCard()
459 slideInVertically(animationSpec) { in slideIntoContainer()465 slideInVertically(animationSpec) { in slideIntoContainer()
29 import androidx.compose.animation.slideInVertically in <lambda>()1590 slideInVertically(animationSpec = spatialInOutAnimationSpec) { height -> in SwitchableDateEntryContent()1601 slideInVertically( in SwitchableDateEntryContent()
82 …slideInVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/Int…
166 …slideInVertically(androidx.compose.animation.core/FiniteAnimationSpec<androidx.compose.ui.unit/Int…
43 …ime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(optional kot…
37 …ime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(optional kot…
46 …ime.Stable public static androidx.compose.animation.EnterTransition slideInVertically(optional and…
572 slideInVertically(animationSpec = spec()) { 200 }, in <lambda>()