Christopher Mederos
enterTransition = { 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
easing = CubicBezierEasing( 0.2833f, 0.99f, 0.31833f, 0.99f)
A modern programming language that makes developers happier.