Welcome to the Jetpack Compose Animations repository! 🎨
This repository showcases various animations built using Jetpack Compose. I'll be continuously adding new animations, ranging from simple transitions to complex sequences, all designed to enhance the user experience in modern Android applications.
This animation demonstrates a sliding card effect with a crossfade background transition. It includes animated scaling and fade-in/out effects to highlight the currently selected item.
Animation.mp4
Features:
- Crossfade Background: Smoothly transitions between background images.
- Scaling Effect: Highlights the selected card with a scaling animation.
- Animated Text: The title and description of each card fade in and out based on the selected state.
To explore the animations, clone the repository and open it in Android Studio:
git clone https://github.com/ayush19sinha/Jetpack_Compose_Animations.git
Navigate to the relevant files and start experimenting with the animations in your projects.
Feel free to contribute by suggesting new animation ideas or submitting pull requests. Let's build an awesome collection of Jetpack Compose animations together!