文件名称:QBAnimationSequence
- 所属分类:
- IOS
- 资源属性:
- [MacOS] [Matlab] [源码]
- 上传时间:
- 2013-03-17
- 文件大小:
- 140kb
- 下载次数:
- 0次
- 提 供 者:
- gaofe******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
利用图像序列产生动画效果。本代码类库提供了几种图片序列产生的动画效果,具体请看视频。
编译测试,适用环境:Xcode 4.5, iOS 5.0 以上。 -# QBAnimationSequence
QBAnimationSequence is a library for controlling continuous view animations.
## Installation
`#import "QBAnimationSequence.h"` in your ViewController
## ScreenShot
![ss01.png](http://adotout.sakura.ne.jp/github/QBAnimationSequence/ss01.png)
![ss02.png](http://adotout.sakura.ne.jp/github/QBAnimationSequence/ss02.png)
## Classes
### QBAnimationSequence
A main sequencer for view animations that controls QBAnimationGroup instances.
#### groups
An array of animation groups.
`@property (nonatomic, copy) NSArray*groups`
#### repeat
A Boolean value that determines whether the animations repeat automatically.
`@property (nonatomic, assign) BOOL repeat`
--
### QBAnimationGroup
A group of animations.
#### items
An array of animation items.
`@property (nonatomic, copy) NSArray*items`
#### waitUntilDone
A Boolean value that determines whether to wait until animations finish.
`@property (nonatomic, assign) BOOL waitUntil
编译测试,适用环境:Xcode 4.5, iOS 5.0 以上。 -# QBAnimationSequence
QBAnimationSequence is a library for controlling continuous view animations.
## Installation
`#import "QBAnimationSequence.h"` in your ViewController
## ScreenShot
![ss01.png](http://adotout.sakura.ne.jp/github/QBAnimationSequence/ss01.png)
![ss02.png](http://adotout.sakura.ne.jp/github/QBAnimationSequence/ss02.png)
## Classes
### QBAnimationSequence
A main sequencer for view animations that controls QBAnimationGroup instances.
#### groups
An array of animation groups.
`@property (nonatomic, copy) NSArray*groups`
#### repeat
A Boolean value that determines whether the animations repeat automatically.
`@property (nonatomic, assign) BOOL repeat`
--
### QBAnimationGroup
A group of animations.
#### items
An array of animation items.
`@property (nonatomic, copy) NSArray*items`
#### waitUntilDone
A Boolean value that determines whether to wait until animations finish.
`@property (nonatomic, assign) BOOL waitUntil
(系统自动生成,下载前可以参看下载内容)
下载文件列表
QBAnimationSequence
...................\.DS_Store
__MACOSX
........\QBAnimationSequence
........\...................\._.DS_Store
QBAnimationSequence\QBAnimationSequence
...................\...................\AppDelegate.h
__MACOSX\QBAnimationSequence\QBAnimationSequence
........\...................\...................\._AppDelegate.h
QBAnimationSequence\QBAnimationSequence\AppDelegate.m
__MACOSX\QBAnimationSequence\QBAnimationSequence\._AppDelegate.m
QBAnimationSequence\QBAnimationSequence\balloon1.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._balloon1.png
QBAnimationSequence\QBAnimationSequence\balloon1@2x.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._balloon1@2x.png
QBAnimationSequence\QBAnimationSequence\balloon2.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._balloon2.png
QBAnimationSequence\QBAnimationSequence\balloon2@2x.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._balloon2@2x.png
QBAnimationSequence\QBAnimationSequence\balloon3.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._balloon3.png
QBAnimationSequence\QBAnimationSequence\balloon3@2x.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._balloon3@2x.png
QBAnimationSequence\QBAnimationSequence\balloon4.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._balloon4.png
QBAnimationSequence\QBAnimationSequence\balloon4@2x.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._balloon4@2x.png
QBAnimationSequence\QBAnimationSequence\balloon5.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._balloon5.png
QBAnimationSequence\QBAnimationSequence\balloon5@2x.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._balloon5@2x.png
QBAnimationSequence\QBAnimationSequence\balloon6.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._balloon6.png
QBAnimationSequence\QBAnimationSequence\balloon6@2x.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._balloon6@2x.png
QBAnimationSequence\QBAnimationSequence\cloud.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._cloud.png
QBAnimationSequence\QBAnimationSequence\cloud@2x.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._cloud@2x.png
QBAnimationSequence\QBAnimationSequence\Default-568h@2x.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._Default-568h@2x.png
QBAnimationSequence\QBAnimationSequence\Default.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._Default.png
QBAnimationSequence\QBAnimationSequence\Default@2x.png
__MACOSX\QBAnimationSequence\QBAnimationSequence\._Default@2x.png
QBAnimationSequence\QBAnimationSequence\en.lproj
...................\...................\........\InfoPlist.strings
__MACOSX\QBAnimationSequence\QBAnimationSequence\en.lproj
........\...................\...................\........\._InfoPlist.strings
QBAnimationSequence\QBAnimationSequence\en.lproj\MainStoryboard.storyboard
__MACOSX\QBAnimationSequence\QBAnimationSequence\en.lproj\._MainStoryboard.storyboard
........\...................\...................\._en.lproj
QBAnimationSequence\QBAnimationSequence\FirstTutorialSheet.h
__MACOSX\QBAnimationSequence\QBAnimationSequence\._FirstTutorialSheet.h
QBAnimationSequence\QBAnimationSequence\FirstTutorialSheet.m
__MACOSX\QBAnimationSequence\QBAnimationSequence\._FirstTutorialSheet.m
QBAnimationSequence\QBAnimationSequence\main.m
__MACOSX\QBAnimationSequence\QBAnimationSequence\._main.m
QBAnimationSequence\QBAnimationSequence\QBAnimationGroup.h
__MACOSX\QBAnimationSequence\QBAnimationSequence\._QBAnimationGroup.h
QBAnimationSequence\QBAnimationSequence\QBAnimationGroup.m
__MACOSX\QBAnimationSequence\QBAnimationSequence\._QBAnimationGroup.m
QBAnimationSequence\QBAnimationSequence\QBAnimationItem.h
__MACOSX\QBAnimationSequence\QBAnimationSequence\._QBAnimationItem.h
QBAnimationSequence\QBAnimationSequence\QBAnimationItem.m
__MACOSX\QBAnimationSequence\QBAnimationSequence\._QBAnimationItem.m
QBAnimationSequence\QBAnimationSequence\QBAnimationSequence-Info.plist
__MACOSX\QBAnimationSequence\QBAnimationSequence\._QBAnimationSequence-Info.plist
QBAnimationSequence\QBAnimationSequence\QBAnimationSequence-Prefix.pch
__MACOSX\QBAnimationS