Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 2 months 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上电影购票的动效实现

Awesome Lists containing this project

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。
```