Christopher Mederos
03/10/2025, 4:41 AMenterTransition = {
slideInVertically(
initialOffsetY = { 5 },
animationSpec = tween(delayMillis = 20)
) + fadeIn(tween(delayMillis = 20, durationMillis = 20))
},
exitTransition = {
slideOutVertically(
targetOffsetY = { 5 },
animationSpec = tween(durationMillis = 20)
) + fadeOut(tween(durationMillis = 20, delayMillis = 20))
},
Max
03/10/2025, 6:12 PMChristopher Mederos
03/11/2025, 12:06 AMeasing = CubicBezierEasing( 0.2833f, 0.99f, 0.31833f, 0.99f)