动画
最后更新于:2022-04-01 05:16:15
* [Core Animation笔记,基本的使用方法](http://www.starming.com/index.php?v=index&view=62) – Core Animation笔记,基本的使用方法:1.基本动画,2.多步动画,3.沿路径的动画,4.时间函数,5.动画组。
* [awesome-ios-animation](https://github.com/sxyx2008/awesome-ios-animation) – [iOS Animation 主流炫酷动画框架(特效)收集整理](https://github.com/sxyx2008/DevArticles/issues/91) 收集整理了下iOS平台下比较主流炫酷的几款动画框架。
## [](https://github.com/Tim9Liu9/TimLiu-iOS#侧滑与右滑返回手势)侧滑与右滑返回手势
* [SloppySwiper](https://github.com/fastred/SloppySwiper) – iOS系统自带的UINavigationController要7.0才支持,但不过该手势只能从屏幕左侧边缘识别,如果要扩大到整个屏幕范围怎么办?配合一个SloppySwiper无需代码就可以轻松实现。此库支持iOS5.0以上版本(另外:Nav的title滑动不明显,本人写了2个类似的控件),[SloppySwiper-demo](https://github.com/Tim9Liu9/SloppySwiper-Example) :代码方式与storyboard方式。
* [SCNavigation](https://github.com/singro/SCNavigation) – UINavigation可以右滑返回,隐藏UINavigationBar。
* [UINavigationController-YRBackGesture](https://github.com/YueRuo/UINavigationController-YRBackGesture) – 支持右滑返回手势,标题栏不动。
* [GHSidebarNav](https://github.com/gresrun/GHSidebarNav) – 现在比较流行使用侧开(侧滑)菜单设计。试了不少控件,感觉GHSidebarNav最成熟,尤其对纯代码创建的界面兼容性最好。[在Storyboard中使用GHSidebarNav侧开菜单控件](http://www.cnblogs.com/zyl910/archive/2013/06/14/ios_storyboard_sidemenu.html)。
* [iOS-Slide-Menu](https://github.com/aryaxt/iOS-Slide-Menu) – 能够类似Facebook和Path那样弹出左右边栏侧滑菜单,还支持手势。多种可以自定义的属性 (非常不错)。
* [ECSlidingViewController](https://github.com/ECSlidingViewController/ECSlidingViewController) – 侧滑菜单。
* [JASidePanels](https://github.com/gotosleep/JASidePanels) – 侧滑菜单,有左右菜单,有pop功能,支持手势侧滑,本人使用中:简单。
* [animated-tab-bar](https://github.com/Ramotion/animated-tab-bar) – 让 Tabbar items能显示萌萌的动画。
* [tabbar图标动画](http://code.cocoachina.com/detail/284346) – tabbar上图标的动画实现,[源码推荐说明](http://www.cocoachina.com/ios/20150205/11116.html)。
* [SideMenu](https://github.com/Yalantis/Side-Menu.iOS/tree/master/SideMenu) – swift实现,一款带动画效果可定制 Slide Menu,可以学习其动画实现思路。P.S. 对于Hamburger式菜单,虽然很常用,不过,苹果并不鼓励使用,甚至有开发小组对其弊病用自家上线应用前后数据对比进行了抨击。
* [RESideMenu](https://github.com/romaonthego/RESideMenu) – 侧开菜单,qq类似。
* [JHMenuTableViewDemo](https://github.com/Jiahai/JHMenuTableViewDemo) – 仿网易邮箱列表侧滑菜单。
* [SlideMenuView](https://github.com/xudafeng/SlideMenuView) – 炫酷侧滑菜单布局框架,Android版本的一致实现。
* [QQConfiguration](https://github.com/shinept/QQConfiguration) – swift,QQ-iPhone端框架,左侧菜单栏拖动手势。
* [KGFloatingDrawer](https://github.com/KyleGoddard/KGFloatingDrawer) – 侧滑菜单,qq类似,KyleGoddard/KGFloatingDrawer:一款适合于大屏手机或平板的浮动抽屉式导航界面组件。效果很赞- 侧开菜单,qq类似(与RESideMenu类似)。
* [AIFlatSwitch](https://github.com/cocoatoucher/AIFlatSwitch) – 一款带平滑过渡动画的 Switch 组件类,类相同风格的 Menu/Back[HamburgerButton](https://github.com/fastred/HamburgerButton),类似相同风格的 Menu/Close[hamburger-button](https://github.com/robb/hamburger-button).
* [JHChainableAnimations](https://github.com/jhurray/JHChainableAnimations) – 在应用中采用链式写出酷炫的动画效果, 使代码更加清晰易读,利用block实现的链式编程。
* [WXGSlideMenuDemo](https://github.com/WXGBridgeQ/WXGSlideMenuDemo) – 个简单实现侧拉(侧滑)菜单的小demo,供初学者共同学习、练习使用。
* [PKRevealController](https://github.com/pkluz/PKRevealController) – PKRevealController是一个可以滑动的侧边栏菜单(可向左、向右或者同时向两侧),只需手指轻轻一点(或者按一下按钮,但是这样滑动时不够炫酷)。
* [SwiftPages](https://github.com/GabrielAlva/SwiftPages) – 高可定制类似 Instagram 视图滑动切换功能类库。API 简单、易用。
* [FlipBoardNavigationController](https://github.com/michaelhenry/FlipBoardNavigationController) – FlipBoardNavigationController。
* [MMDrawerController](https://github.com/mutualmobile/MMDrawerController) – 最多人用的一个有关侧边“抽屉”导航框架,里面还有很多你意想不到的交互效果,侧滑。
## [](https://github.com/Tim9Liu9/TimLiu-iOS#gif动画)gif动画
* [UIImageView-PlayGIF](https://github.com/yfme/UIImageView-PlayGIF) – UIImageView-PlayGIF。
* [YLGIFImage](https://github.com/liyong03/YLGIFImage) – YLGIFImage。
* [YLGIFImage-Swift](https://github.com/liyong03/YLGIFImage-Swift) – YLGIFImage-Swift。
## [](https://github.com/Tim9Liu9/TimLiu-iOS#其他动画)其他动画
* [popping](https://github.com/schneiderandre/popping) – popping是一个POP 使用实例工程
* [SinaMenuView](https://github.com/xhzengAIB/SinaMenuView) – 用POP动画引擎写的Sina微博的Menu菜单。
* [MMTweenAnimation](https://github.com/adad184/MMTweenAnimation) – facebook POP的自定义动画扩展(基于POPCustomAnimation) 提供10种函数式动画。
* [ZQLRotateMenu](https://github.com/pingguo-zangqilong/ZQLRotateMenu) – 这是一个旋转视图的选择器。
* [CoolLoadAniamtion](https://github.com/pingguo-zangqilong/CoolLoadAniamtion) – 一个简单但是效果不错的loading动画。
* [SequenRotateAnimation](https://github.com/pingguo-zangqilong/SequenRotateAnimation) – 一个简单的loading次序动画。
* [SYAppStart](https://github.com/441088327/SYAppStart) – App启动插画的自定义过度。
* [VJDeviceSpecificMedia](https://github.com/victorjiang/UIImage-VJDeviceSpecificMedia/) – [如何根据设备选择不同尺寸的图片](http://www.imooc.com/wenda/detail/249271) 可以通过设置不同尺寸设备的LaunchImage,来使得App适配这些设备,要是在不同不同尺寸设备上使用不同大小的图片,则需要在代码中一一判断,然后加载。
* [RMParallax](https://github.com/michaelbabiy/RMParallax) – RMParallax是一个app启动页引导开源项目,除了细微的翻页视差效果,描述文本的过渡也非常美观(版本新特性)。
* [ADo_GuideView](https://github.com/Nododo/ADo_GuideView) – 转动的用户引导页(模仿网易bobo) 因为没有从app包里抓到@3x的图片,建议在iPhone5模拟器运行,保证效果~ (版本新特性)。
* [CoreNewFeatureVC](https://github.com/nsdictionary/CoreNewFeatureVC) – 版本新特性(引导页),1.封装并简化了版本新特性启动视图!2.添加了版本的本地缓存功能,3.集成简单,使用方便,没有耦合度,4.支持block回调。
* [Spring](https://github.com/MengTo/Spring) – Spring是一个Swift编写的开源库,可简化Swift编写的iOS动画。支持shake、pop、morph、squeeze、wobble、swing、flipX、flipY、fall、squeezeLeft、squeezeRight以及squeezeDown等多种动画形式,用 IBDesignable 让使用者可以在 Xcode 中快速设置动画效果。
* [KYBezierBounceView](https://github.com/KittenYang/KYBezierBounceView) – 手势控制贝塞尔曲线,取消手势贝塞尔曲线会有反弹效果。
* [cadisplaylinkanduibezierpath](http://kittenyang.com/cadisplaylinkanduibezierpath/) – CADisplayLink结合UIBezierPath的神奇妙用。
* [KYCuteView](https://github.com/KittenYang/KYCuteView) – 实现类似QQ消息拖拽消失的交互+GameCenter的浮动小球效果,[分析](http://kittenyang.com/drawablebubble/)。
* [KYWaterWaveView](https://github.com/KittenYang/KYWaterWaveView) – 一个内置波浪动画的UIView,里面有鱼跳跃水溅起来的效果。
* [KYPingTransition](https://github.com/KittenYang/KYPingTransition) – 实现圆圈放大放小的转场动画,可以根据自己的需要使用Paper中的弹性效果,有Material风格。
* [KYNewtonCradleAnimiation](https://github.com/KittenYang/KYNewtonCradleAnimiation) – 牛顿摆动画。
* [LayerPlayer](https://github.com/scotteg/LayerPlayer) – 一款全面展示核心动画 API 示例项目(上架应用)。包括 CALayer, CAScrollLayer, CATextLayer, AVPlayerLayer, CAGradientLayer, CAReplicatorLayer, CATiledLayer, CAShapeLayer, CAEAGLLayer, CATransformLayer, CAEmitterLayer 等使用的互动演示。
* [JGTransitionCollectionView](https://github.com/JayGajjar/JGTransitionCollectionView) – swift,基于集合视图扩展实现完成自动布局及单元项 Flip式动画效果(效果很赞)。组件使用方便、自然(只需设置集合视图数据源的标准方式即可)。
* [KYShareMenu](https://github.com/KittenYang/KYShareMenu) – 带弹性动画的分享菜单。
* [Context-Menu.iOS](https://github.com/Yalantis/Context-Menu.iOS) – 可以为app的菜单添加漂亮的动画内容,可自定义icon,并可根据自己的喜好设计单元格和布局。
* [DeformationButton](https://github.com/LuciusLu/DeformationButton) – 一个简单的变换形状动画按钮。
* [UnReadBubbleView](https://github.com/heroims/UnReadBubbleView) – UnReadBubbleView是一个能够拖拽并拉长的气泡视图。拖拽到一定的长度会消失,可以通过系数设置来控制拖拽的长度。气泡也支持多种属性设置。
* [PPDragDropBadgeView](https://github.com/smallmuou/PPDragDropBadgeView) – 实现了类似于QQ 5.0 水滴拖拽效果. 支持iOS 5.0+ ARC,气泡能够带有数字标识,同时支持消失block方法。消失时还带有消失效果动画。
* [GiftCard-Implementation](https://github.com/MartinRGB/GiftCard-Implementation) – 购买的炫酷动画。
* [iCarousel](https://github.com/nicklockwood/iCarousel) – iCarousel是一个类,它继承于UIView。用于简化实现各种类型的旋转木马(分页滚动视图)。
* [HotGirls](https://github.com/zangqilong198812/HotGirls) – 卡片动画。
* [tispr-card-stack](https://github.com/tispr/tispr-card-stack) – swift 卡片风格动画切换组件及完整交互示例。
* [ZLSwipeableViewSwift](https://github.com/zhxnlai/ZLSwipeableViewSwift) – swift 卡片堆叠效果的实现(ZLSwipeableView)】可实现类似Tinder和Potluck应用程序的卡片堆叠效果,该项目基于[ZLSwipeableView objective-c](https://github.com/zhxnlai/ZLSwipeableView/)实现。1.自定义动画。2.自定义滑动切换。3.自定义方向。4.撤销。
* [Koloda](https://github.com/Yalantis/Koloda) – 基于卡片的 Tinder-style 动画效果示例。精细绝人。更赞的是额外附了详细开发教程 How We Built Tinder-Like Koloda Animation in Swift [网页链接](https://yalantis.com/blog/how-we-built-tinder-like-koloda-in-swift/) 。Yalantis 出品动画程序款款精品。
* [QQPersonalInfoTransition](https://github.com/zangqilong198812/QQPersonalInfoTransition) – 仿照QQ的转场。
* [KYAnimatedPageControl](https://github.com/KittenYang/KYAnimatedPageControl) – 除了滚动视图时PageControl会以动画的形式一起移动,点击目标页还可快速定位。支持两种样式:粘性小球和旋转方块。
* [RazzleDazzle](https://github.com/IFTTT/RazzleDazzle) – 【IFTTT开源Swift编写的帧动画框架–RazzleDazzle】RazzleDazzle 是IFTTT开源的一个iOS帧动画框架,非常适用于APP初次使用时的介绍和引导信息。JazzHands是UIKit一个简单的关键帧基础动画框架,可通过手势、scrollview、KVO等控制动画,被IFTTT应用在IFTTT for iPhone上。
* [Presentation](https://github.com/hyperoslo/Presentation) – 一个类似RazzleDazzle的框架。