Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cp-megh-l/jetpack-compose-transitions
An open-source collection of Jetpack Compose transition samples, featuring various animation techniques with more to come in the future. Enhance your Android UI with dynamic transitions.
https://github.com/cp-megh-l/jetpack-compose-transitions
android animations jetpack-compose parallax parallax-effect parallax-scrolling transition-animation transitions ui
Last synced: 14 days ago
JSON representation
An open-source collection of Jetpack Compose transition samples, featuring various animation techniques with more to come in the future. Enhance your Android UI with dynamic transitions.
- Host: GitHub
- URL: https://github.com/cp-megh-l/jetpack-compose-transitions
- Owner: cp-megh-l
- Created: 2024-05-23T09:41:38.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-10-21T08:46:50.000Z (23 days ago)
- Last Synced: 2024-10-21T12:13:18.280Z (23 days ago)
- Topics: android, animations, jetpack-compose, parallax, parallax-effect, parallax-scrolling, transition-animation, transitions, ui
- Language: Kotlin
- Homepage:
- Size: 21.3 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Transitions in Jetpack Compose
An open-source collection of Jetpack Compose transition samples, currently featuring shared element transitions and parallax effects, with plans to include more animation techniques in the future.
## Explore Detailed Implementations
For detailed explanation, visit
- [shared-element-transition-blog](https://canopas.com/exploring-shared-element-transition-with-navigation-in-compose-7a4c5885deb2)
- [parallax-effect-blog](https://canopas.com/how-to-create-a-parallax-movie-pager-in-jetpack-compose-ab9c1e19d2cb)
Shared Element Transition
Parallax Effect
# Licence
```
Copyright 2024 Canopas Software LLPLicensed under the Apache License, Version 2.0 (the "License");
You won't be using 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.
```