Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kongnanlive/SearchMenuAnim
https://github.com/kongnanlive/SearchMenuAnim
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kongnanlive/SearchMenuAnim
- Owner: kongnanlive
- Created: 2015-03-02T03:41:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T02:38:05.000Z (almost 4 years ago)
- Last Synced: 2024-07-31T18:17:11.264Z (5 months ago)
- Language: Java
- Size: 87.9 KB
- Stars: 896
- Watchers: 16
- Forks: 123
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- -awesome-android-ui - SearchMenuAnim
- awesome-android-ui - SearchMenuAnim
- awesome-android-ui - SearchMenuAnim
- awesome-android-ui - https://github.com/kongnanlive/SearchMenuAnim
- awesome-android-ui - https://github.com/kongnanlive/SearchMenuAnim
README
# SearchMenuAnim
Searching…
The material design spec says¹ that “transitioning between two visual states should be clear, smooth and effortless and not confuse the user”. That's why when I came across this shot² on dribbble I thought it was a pretty funky way to transition from a search icon to a search field. I then thought that with AnimatedVectorDrawable's³ ability to animate paths, this would be simple. +Chris Banes said I was crazy so then I had to make it to prove him wrong.https://gist.github.com/nickbutcher/b3962f0d14913e9746f2
#AndroidDev #materialdesign
¹ http://www.google.com/design/spec/animation/meaningful-transitions.html#meaningful-transitions-visual-continuity
² https://dribbble.com/shots/1945376-Search
³ https://developer.android.com/reference/android/graphics/drawable/AnimatedVectorDrawable.htmlSource: https://plus.google.com/+NickButcher/posts/7mymoaNZbqY
![alt tag](https://raw.githubusercontent.com/kongnanlive/SearchMenuAnim/master/search.gif)