1 local cache = cc.AnimationCache:getInstance() 2 cache:addAnimations("animations-2.plist") 3 local animation = cache:getAnimation("dance_1"...
分类:
其他好文 时间:
2015-11-19 20:50:34
阅读次数:
180
CAShapeLayer的path动画效果源码https://github.com/YouXianMing/Animations//// CAShapeLayerPathController.m// Animations//// Created by YouXianMing on 15/11/...
分类:
其他好文 时间:
2015-11-19 00:14:02
阅读次数:
207
POP的Stroke动画效果源码https://github.com/YouXianMing/Animations//// PopStrokeController.m// Animations//// Created by YouXianMing on 15/11/17.// Copyrig...
分类:
其他好文 时间:
2015-11-17 22:01:22
阅读次数:
270
概述简介CAAnimationGroup又称组动画或动画组将多个动画放到动画组中,并赋值给layer的animations属性,动画组中所有动画就会并发执行注意事项动画组中的动画不会被压缩,超出动画时长的部分将会被剪掉动画组中的动画的delegate与removedOnCompletion属性将会被...
分类:
其他好文 时间:
2015-11-17 00:08:16
阅读次数:
170
POP按钮动画效果源码https://github.com/YouXianMing/Animations//// ButtonPressViewController.m// Facebook-POP-Animation//// Created by YouXianMing on 15/11/1...
分类:
其他好文 时间:
2015-11-16 21:13:39
阅读次数:
434
JQuery color, a jQuery plugin that adds the ability to do color animations to jQuery. Demo effect:Sample code: You can also fork the github: https:...
分类:
Web程序 时间:
2015-11-16 06:12:12
阅读次数:
138
Android 平台提供了两类动画。 一类是Tween动画,就是对场景里的对象不断的进行图像变化来产生动画效果(旋转、平移、放缩和渐变)。第二类就是 Frame动画,即顺序的播放事先做好的图像,与gif图片原理类似。下面就讲一下Tweene Animations。主要类:Animation 动画A....
分类:
移动开发 时间:
2015-11-14 11:09:57
阅读次数:
397
http://www.atool.org/httptest.php===========================iOS 渐渐消失的提示框怎么实现假设需要消失的提示框是view[UIView animateWithDuration:1.f animations:^{ view.a...
分类:
Web程序 时间:
2015-10-23 21:28:17
阅读次数:
1900
iOS页面切换动画实现方式。 1.使用UIView animateWithDuration:animations:completion方法 Java代码 [UIView animateWithDuration:0.2f animations:^{ detail.view.frame = CG...
分类:
移动开发 时间:
2015-10-23 11:55:24
阅读次数:
186
http://www.bennadel.com/blog/2935-enable-animations-explicitly-for-a-performance-boost-in-angularjs.htm?utm_campaign=NG-Newsletter&utm_medium=email&ut...
分类:
Web程序 时间:
2015-10-21 00:11:29
阅读次数:
337