We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4519996 commit fbe29f9Copy full SHA for fbe29f9
composeApp/src/wasmJsMain/kotlin/org/nsh07/nsh07/ui/homeScreen/AppHomeScreen.kt
@@ -161,8 +161,8 @@ fun AppHomeScreen(
161
topBar = {
162
AnimatedVisibility(
163
firstVisibleItem > 1,
164
- enter = slideInVertically(motionScheme.defaultSpatialSpec(), initialOffsetY = { -it }),
165
- exit = slideOutVertically(motionScheme.defaultSpatialSpec(), targetOffsetY = { -it })
+ enter = slideInVertically(motionScheme.slowSpatialSpec(), initialOffsetY = { -it }),
+ exit = slideOutVertically(motionScheme.slowSpatialSpec(), targetOffsetY = { -it })
166
) {
167
val topBarContent = when (firstVisibleItem) {
168
in paragraphCount + 2..<paragraphCount + experienceCount + 3 -> 1
0 commit comments