Jan M
05/29/2023, 1:35 PMJan M
05/29/2023, 1:36 PMBoxWithConstraints(modifier.background(Color.Red)) {
CameraPreview(
cameraState = cameraState,
imageAnalyzer = imageAnalyzer,
enableTorch = isTorchOn,
isFocusOnTapEnabled = false,
modifier = Modifier.requiredSize(this.maxWidth - 100.dp, this.maxHeight - 100.dp)
) { .... }
}
The translation used is:
val slideInHorizontallyAndFadeIn = slideInHorizontally(
initialOffsetX = { 300 },
animationSpec = tween(
durationMillis = 400,
easing = FastOutSlowInEasing
)
) + fadeIn(animationSpec = tween(400))
Any idea what cold cause this?natario1
06/01/2023, 4:38 PMJan M
06/02/2023, 6:56 AMJan M
08/09/2023, 7:22 AMnatario1
08/09/2023, 7:27 AMJan M
08/09/2023, 7:27 AM