From 2b71ed27574d6f1658002ded57bf6edab5cedb9e Mon Sep 17 00:00:00 2001 From: Guoshaorui Date: Sat, 22 Feb 2014 11:45:12 +0800 Subject: [PATCH] Update readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5ef2d30..2e6c833 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,17 @@ StarlingPageFlip ================ Some Starling demos: Page Flip, 3D Cloud, Image Wrapper + +这里整理了一下之前做过的基于Starling的3个例子的源码,包括: + +1. 翻书效果,和你看到很多Flash翻书效果是一致的,换成Starling方式来实现 + +![github](https://github.com/NeoGuo/StarlingPageFlip/blob/master/demo_page_flip.png?raw=true "github") + +2. 3D穿云过雾效果,体验一下孙悟空的感觉 + +![github](https://github.com/NeoGuo/StarlingPageFlip/blob/master/demo_3d_cloud.png?raw=true "github") + +3. 广告切换,软件中常用 + +![github](https://github.com/NeoGuo/StarlingPageFlip/blob/master/demo_image_wrapper.png?raw=true "github")