https://github.com/plateaukao/jetpack_compose_animation
https://github.com/plateaukao/jetpack_compose_animation
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/plateaukao/jetpack_compose_animation
- Owner: plateaukao
- Created: 2021-03-31T02:32:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-31T02:34:20.000Z (over 4 years ago)
- Last Synced: 2025-04-09T04:40:04.919Z (6 months ago)
- Language: Kotlin
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jetpack Compose Animation Examples
Example codes for https://www.youtube.com/watch?v=7yY2OocGiQU
```
fun DefaultPreview() {
MyApplicationTheme {
Column {
AnimateAsStateDemo()
UpdateTransitionDemo()
UpdateTransitionWithParametersDemo()
AnimatedVisibilityDemo()
AnimateContentSizeDemo()
CrossFadeDemo()
}
}
}
```