Colton Idle
Image
AnimatedVisibility( scrollState.value < 1F, enter = slideIn( initialOffset = { fullSize: IntSize -> IntOffset(fullSize.width, fullSize.height) }, animationSpec = tween(1500)), exit = slideOut( targetOffset = { fullSize: IntSize -> IntOffset(fullSize.width, fullSize.height) }, animationSpec = tween(1500)), modifier = Modifier.align(Alignment.BottomEnd)) {
A modern programming language that makes developers happier.