Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canopas/compose-animations-examples
Android - Cool animations implemented with Jetpack compose
https://github.com/canopas/compose-animations-examples
android android-app android-ui animation compose jetpack-compose kotlin progress-indicators
Last synced: 2 days ago
JSON representation
Android - Cool animations implemented with Jetpack compose
- Host: GitHub
- URL: https://github.com/canopas/compose-animations-examples
- Owner: canopas
- Created: 2022-01-25T09:20:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T12:09:18.000Z (about 2 months ago)
- Last Synced: 2025-02-09T20:02:26.264Z (9 days ago)
- Topics: android, android-app, android-ui, animation, compose, jetpack-compose, kotlin, progress-indicators
- Language: Kotlin
- Homepage:
- Size: 35.3 MB
- Stars: 414
- Watchers: 5
- Forks: 38
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- mobile-awesome - Jetpack-compose-animations - Cool animations implemented with Jetpack compose. (Android / Android samples)
README
# Jetpack Compose animations
## 🚀 Showcase
![]()
Stepper animation
![]()
Jumping Heart
![]()
Progress Dots
![]()
Wave
![]()
Twin circle Scale
![]()
Pacman
![]()
TwinCircle Transition
![]()
Arc rotation
![]()
Rotating Square
![]()
Clock
![]()
Rotating Circle
![]()
Sqare fill
![]()
Three Bounce
![]()
Rotate Dot
![]()
Rotate Two Dots
For detailed information about implementation checkout [article 1](https://blog.canopas.com/animations-in-jetpack-compose-with-examples-48307ba9dff1) & [article 2](https://blog.canopas.com/progress-animations-in-jetpack-compose-with-examples-eb76cc28fbb6)# Bugs and Feedback
For bugs, questions and discussions please use the [Github Issues](https://github.com/canopas/Jetpack-compose-animations-examples/issues).# Credits
This repository owned and maintained by the [Canopas team](https://canopas.com/). You can follow them on X at [@canopassoftware](https://x.com/canopassoftware) for project updates and releases. If you are interested in building apps or designing products, please let us know. We'd love to hear from you!
# Licence```
Copyright 2022 Canopas Software LLPLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```