android document : EnterTransition
developer.android.com/reference/kotlin/androidx/compose/animation/EnterTransition
EnterTransition | Android 개발자 | Android Developers
EnterTransition @Immutable sealed class EnterTransition EnterTransition defines how an AnimatedVisibility Composable appears on screen as it becomes visible. The 3 categories of EnterTransitions available are: fade fadeIn) slide: slideIn, slideInHorizontal
developer.android.com
example
zladnrms.tistory.com/121
[Android] Activity 좌우로 전환 애니메이션 적용하기
📌 Activity 좌우로 전환 애니메이션 적용하기 안드로이드는 위 아래로 전환되는 애니메이션을 기본적으로 적용하고 있습니다. 이를 좌우로 전환시키도록 바꾸고 싶을 때, 아래와 같은 설정을 해
zladnrms.tistory.com
[Android] 액티비티 옆으로 전환하기(feat. Transition)
액티비티는 기본적으로 진입할 때는 아래에서 위로, 빠져나올 때는 아래에서 위로 전환됩니다. 하지만 이는 어디까지나 기본사항인 것이고, 안드로이드는 액티비티 전환에 애니메이션을 적용��
readystory.tistory.com
'Software Development > Application Develop' 카테고리의 다른 글
Flutter 환경 설정, 첫 Flutter 앱 튜토리얼 따라하기 (0) | 2021.07.23 |
---|---|
Android Material Design - motion (0) | 2020.09.08 |
Android 화면 구성 기초 (0) | 2020.09.08 |
ios 앱 기본 / 화면전환 링크 메모 (0) | 2020.09.08 |
Android Intent 기초 (0) | 2020.04.22 |