绘制波形图效果源码https://github.com/YouXianMing/Animations//// DrawWaveViewController.m// Animations//// Created by YouXianMing on 15/12/5.// Copyright © ...
分类:
其他好文 时间:
2015-12-09 00:09:26
阅读次数:
188
如何动态绘制时钟效果源码https://github.com/YouXianMing/Animations//// ClockViewController.m// Animations//// Created by YouXianMing on 15/12/3.// Copyright © ...
分类:
其他好文 时间:
2015-12-03 21:22:47
阅读次数:
263
1:在动画[UIView beginAnimations:nil context:nil]之前一定要先执行: [self.itemView layoutIfNeeded];这样可以一开始确定好itemView在动画之前开始的位置,不然的话他会在左上角的座标:(0,0)开始2:[UIView comm...
分类:
其他好文 时间:
2015-12-01 00:03:37
阅读次数:
195
android 提供的了两种机制你可以用来创建简单的动画:tweedned animation(渐变动画) 和 frame-by-frame animation(逐帧动画)(有道翻译的,汗!!!) 。这里主要介绍tweedned animation中的四种动画形式:alpha(淡入淡出效果)、sca...
分类:
移动开发 时间:
2015-11-29 22:49:16
阅读次数:
301
最近拜读了一下html5rocks上几位大神写的一篇关于CSS3动画性能优化的文章,学到了很多,在这里记录一下,其中的知识都是来源于这俩篇文章,我只是截取了其中比较关注的内容出来,原文地址High Performance Animations及Accelerated Rendering in Chr...
分类:
Web程序 时间:
2015-11-29 14:58:33
阅读次数:
483
UITableViewCell状态切换效果效果图源码https://github.com/YouXianMing/Animations//// TableViewTapAnimationController.m// Animations//// Created by YouXianMing o...
分类:
其他好文 时间:
2015-11-27 21:40:33
阅读次数:
140
UIScrollView视差模糊效果效果源码https://github.com/YouXianMing/Animations//// ScrollBlurImageViewController.m// Animations//// Created by YouXianMing on 15/1...
分类:
其他好文 时间:
2015-11-26 23:23:09
阅读次数:
340
Easing圆环动画效果源码https://github.com/YouXianMing/Animations//// CircleView.h// YXMWeather//// Created by XianMingYou on 15/11/12.// Copyright (c) 2015...
分类:
其他好文 时间:
2015-11-24 22:01:22
阅读次数:
247
图片碎片化mask动画效果源码https://github.com/YouXianMing/Animations//// TransformFadeViewController.m// Animations//// Created by YouXianMing on 15/11/17.// ...
分类:
其他好文 时间:
2015-11-23 21:54:42
阅读次数:
203
POP数值动画效果源码https://github.com/YouXianMing/Animations//// PopNumberController.m// Animations//// Created by YouXianMing on 15/11/18.// Copyright © ...
分类:
其他好文 时间:
2015-11-20 00:09:45
阅读次数:
150