Giter Club home page Giter Club logo

sccinemaanimation's Introduction

SCCinemaAnimation

An iOS native implementation of a Cinema Animation Application. See more at https://dribbble.com/shots/2339238-Animation-for-Cinema-Application.

iOS上电影购票的动效实现。微博上看到@壹了人拾做的设计,实现了一个demo。

最新的安卓实现已经由DavidWang完成:DWCinemaAnimation

Preview

image

image

Intro

设计创意和动效全部来自于Xer.Lee在Dribbble上的作品:https://dribbble.com/shots/2339238-Animation-for-Cinema-Application。这是一个在iOS上原生实现的相似交互的开源库,没有百分百和设计原稿一致。

没什么特别的……就是一个效果的展示吧。觉得酷炫所以就做了。实现的有些匆忙。

The design was originated from Xer.Lee's work on Dribbble:https://dribbble.com/shots/2339238-Animation-for-Cinema-Application. This is an open-sourced iOS-native libray similar to this design, not 100% equivalent to the original desgin.

Version

1.0

Environment

iOS 8.0 以上 iPhone 5s/iPhone6/iPhone6 Plus 测试通过 iOS 8.0 Above iPhone 5s/6/6 Plus Tested

Usage

The initialization is very simple. Just like the sample below:

SCCinemaView *cinemaView = [[SCCinemaView alloc]initWithFrame:CGRectMake(20.0f, 80.0f, ScreenWidth - 40.0f, ScreenHeight - 160.0f) buttonTitle:@"Buy Now" price:@"$29.9"];

cinemaView.posterView.layer.position = CGPointMake(cinemaView.width / 2.0f, 0.0f);

sccinemaanimation's People

Contributors

sergiochan avatar

Watchers

James Cloos avatar 许谦 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.