码迷,mamicode.com
首页 >  
搜索关键字:animations    ( 297个结果
音乐波形图动画效果
音乐波形图动画效果注意经过测试,后期会发热严重,有优化的必要,但目前还没有处理。效果源码https://github.com/YouXianMing/Animations//// MusicBarAnimationController.m// Animations//// Created by...
分类:其他好文   时间:2016-01-15 23:07:08    阅读次数:182
心电图动画效果
心电图动画效果效果源码https://github.com/YouXianMing/Animations//// BezierPathViewController.m// Animations//// Created by YouXianMing on 16/1/11.// Copyrigh...
分类:其他好文   时间:2016-01-11 22:14:52    阅读次数:201
翻页效果
翻页效果效果说明修正以前源码的不妥之处。源码https://github.com/YouXianMing/Animations//// PageFlipEffectController.m// Animations//// Created by YouXianMing on 16/1/6.//...
分类:其他好文   时间:2016-01-06 21:40:58    阅读次数:165
AlertView动画
AlertView动画效果源码https://github.com/YouXianMing/Animations//// AbstractAlertView.h// Animations//// Created by YouXianMing on 16/1/2.// Copyright © ...
分类:其他好文   时间:2016-01-02 12:19:49    阅读次数:197
360 旋转
- (void)rotateSpinningView{ [UIView animateWithDuration:1.5 delay:0 options:UIViewAnimationOptionCurveLinear animations:^{ self.imageView.transfor...
分类:其他好文   时间:2015-12-30 22:08:23    阅读次数:235
图片切换的效果
图片切换的效果效果源码https://github.com/YouXianMing/Animations//// LiveImageView.h// Animations//// Created by YouXianMing on 15/12/27.// Copyright © 2015年 ...
分类:其他好文   时间:2015-12-27 20:26:36    阅读次数:145
Shimmer辉光动画效果
Shimmer辉光动画效果效果源码https://github.com/facebook/Shimmerhttps://github.com/YouXianMing/Animations//// ShimmerController.m// Animations//// Created by Y...
分类:其他好文   时间:2015-12-18 22:47:09    阅读次数:206
自定义View Controller转换动画
原文链接 : Introduction to Custom View Controller Transitions and Animations 原文作者 : joyce echessa 译文出自 : 开发技术前线 www.devtf.cn 译者 : kmyhy Looking at the built in apps from Apple on your iOS device,...
分类:其他好文   时间:2015-12-14 16:46:17    阅读次数:276
Android动画之硬件加速
你的动画写出来卡嘛?流畅嘛如果你想提升动画的性能,那就是用它-hardware layers。During animations your views may be redrawn each frame. If you use view layers, instead of having to re...
分类:移动开发   时间:2015-12-09 23:07:59    阅读次数:209
transform的使用
transform的使用概念对UIView做形变的操作,它是UIView的属性transform的操作平移 [UIView animateWithDuration:0.25 animations:^{ //平移 //CGAffineTransformMake是始终相对于最原始的位置...
分类:其他好文   时间:2015-12-09 21:26:28    阅读次数:183
297条   上一页 1 ... 11 12 13 14 15 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!