Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaustubhpatange/android-animation-samples
A repository where I experiment with different animations on Android & write articles about it.
https://github.com/kaustubhpatange/android-animation-samples
android android-animation animation recyclerview spring
Last synced: 10 days ago
JSON representation
A repository where I experiment with different animations on Android & write articles about it.
- Host: GitHub
- URL: https://github.com/kaustubhpatange/android-animation-samples
- Owner: KaustubhPatange
- Created: 2021-02-02T16:28:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T11:14:26.000Z (over 3 years ago)
- Last Synced: 2024-04-18T03:11:05.826Z (7 months ago)
- Topics: android, android-animation, animation, recyclerview, spring
- Language: Kotlin
- Homepage:
- Size: 20 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Animation Samples
A repository where I experiment with different animations & writes about it on medium.
## Table of contents
- [Spring Back Recyclerview](/SpringBack-RecyclerView) - A _Spring_ like animation when flinging the RecyclerView.
- [FabReveal fragment transaction](/FabReveal-Fragment-Transaction) - A _morphing_ animation where a FAB transforms to another view.
- [Animated Clock sample](/AnimatedClock-Sample) - A view implementation of this clock [animation](https://twitter.com/_aurimas/status/1366557927067185157).## License
- [The Apache License Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)
```
Copyright 2021 Kaustubh PatangeLicensed 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 athttps://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.
```