Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saulmm/Curved-Fab-Reveal-Example
https://github.com/saulmm/Curved-Fab-Reveal-Example
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/saulmm/Curved-Fab-Reveal-Example
- Owner: saulmm
- Created: 2015-04-18T10:17:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T23:29:50.000Z (almost 9 years ago)
- Last Synced: 2024-04-16T11:57:50.569Z (7 months ago)
- Language: Java
- Size: 2.79 MB
- Stars: 1,150
- Watchers: 49
- Forks: 186
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Curved-Fab-Reveal-Example
An animation that reveals a circular animation starting from a fab while the fab is moving with a curved motion.
![](https://raw.githubusercontent.com/saulmm/Curved-Fab-Reveal-Example/master/art/sample1.gif)
Based on this concept:![](https://raw.githubusercontent.com/saulmm/Curved-Fab-Reveal-Example/master/art/sample2.gif)
For the curve implementation I get the knowledge of Chet Haase, he wrote and implemented a few years ago an [article](http://graphics-geek.blogspot.com.es/2012/01/curved-motion-in-android.html) and a sample about how to implement curved and non curved motion animations on android.
### License
```
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
```