An open API service indexing awesome lists of open source software.

https://github.com/plateaukao/jetpack_compose_animation


https://github.com/plateaukao/jetpack_compose_animation

Last synced: about 1 month ago
JSON representation

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()
}
}
}
```