Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adonixis/android-animated-menu-items
The example Android project of animated menu items in toolbar
https://github.com/adonixis/android-animated-menu-items
android animated-vector-drawables animation dribbble toolbar vector-drawable
Last synced: 2 months ago
JSON representation
The example Android project of animated menu items in toolbar
- Host: GitHub
- URL: https://github.com/adonixis/android-animated-menu-items
- Owner: adonixis
- License: apache-2.0
- Created: 2017-01-02T18:47:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T12:34:34.000Z (almost 8 years ago)
- Last Synced: 2024-08-01T19:45:40.258Z (5 months ago)
- Topics: android, animated-vector-drawables, animation, dribbble, toolbar, vector-drawable
- Language: Java
- Homepage:
- Size: 1.37 MB
- Stars: 921
- Watchers: 26
- Forks: 133
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-android-ui - android-animated-menu-items - toolbar中动画菜单条目的示例 (Toolbar)
README
# Android Animated Menu Items
The example Android project of animated menu items in toolbar.
Thanks [Srikant Shetty](https://dribbble.com/Srikant "Srikant's profile on Dribble") for idea of [this animation.](https://dribbble.com/shots/2428762-Cut-Copy-Share-Delete "Page of animation on Dribble")![Demo gif](https://cloud.githubusercontent.com/assets/1766863/22852741/c9cb553c-f064-11e6-88df-59052d1eb3ff.gif)
### Cut:
![Cut gif](https://cloud.githubusercontent.com/assets/1766863/22842098/d2d84960-eff5-11e6-8a29-cc24726e1510.gif)
### Copy:
![Copy gif](https://cloud.githubusercontent.com/assets/1766863/22842723/23b70ee6-eff8-11e6-980d-4416a875ce67.gif)
### Delete:
![Delete gif](https://cloud.githubusercontent.com/assets/1766863/22842738/348e7db2-eff8-11e6-9fba-a736fe3ba7f4.gif)
### Share:
![Share gif](https://cloud.githubusercontent.com/assets/1766863/22841047/c3884d1a-eff1-11e6-92a0-77a308a8d2af.gif)
License
======```
Copyright 2017 Ilya FomenkoLicensed 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 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.
```