Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 Patange

Licensed 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 at

https://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.
```