Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DavidWangTM/DWCinemaAnimation-Android
An Android native implementation of a Cinema Animation Application. See more at https://dribbble.com/shots/2339238-Animation-for-Cinema-Application. Android上电影购票的动效实现
https://github.com/DavidWangTM/DWCinemaAnimation-Android
Last synced: about 1 month ago
JSON representation
An Android native implementation of a Cinema Animation Application. See more at https://dribbble.com/shots/2339238-Animation-for-Cinema-Application. Android上电影购票的动效实现
- Host: GitHub
- URL: https://github.com/DavidWangTM/DWCinemaAnimation-Android
- Owner: DavidWangTM
- Created: 2015-11-11T06:35:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T06:18:10.000Z (over 8 years ago)
- Last Synced: 2024-08-04T00:09:59.908Z (4 months ago)
- Language: Java
- Homepage:
- Size: 4.15 MB
- Stars: 347
- Watchers: 10
- Forks: 61
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-animation - DWCinemaAnimation-Android
README
# DWCinemaAnimation-Android
> *此项目仿IOS地址:[SergioChan](https://github.com/SergioChan)创意的:[SCCinemaAnimation](https://github.com/SergioChan/SCCinemaAnimation)*
An Android native implementation of a Cinema Animation Application. See more at https://dribbble.com/shots/2339238-Animation-for-Cinema-Application.
Android上电影购票的动效实现。微博上看到@壹了人拾做的设计,实现了一个demo。
## Preview
![demo](previewshow.png)![demo](animationwhy.gif)
## Intro
设计创意和动效全部来自于[Xer.Lee](https://dribbble.com/xerlee)在Dribbble上的作品:[https://dribbble.com/shots/2339238-Animation-for-Cinema-Application](https://dribbble.com/shots/2339238-Animation-for-Cinema-Application)。这是一个在Android上原生实现的相似交互的开源库,没有百分百和设计原稿一致。
没什么特别的……就是一个效果的展示吧。觉得酷炫所以就做了。实现的有些匆忙。
The design was originated from [Xer.Lee](https://dribbble.com/xerlee)'s work on Dribbble:[https://dribbble.com/shots/2339238-Animation-for-Cinema-Application](https://dribbble.com/shots/2339238-Animation-for-Cinema-Application). This is an open-sourced Android-native libray similar to this design, not 100% equivalent to the original desgin.
## Version
1.0
## Environment
Android 2.3以上 屏幕分辨率 > w:325.h:514 测试通过## Usage
The initialization is very simple. Just like the sample below:
```Objective-C
//加入compile.
compile 'com.nineoldandroids:library:2.4.0'
//调用
showview and hideview。
```