html5 canvas结合js实现的非常酷的ascii animation动画特效,http://www.zuidaima.com/share/1789567017372672.htm...
分类:
Web程序 时间:
2014-06-05 06:54:37
阅读次数:
292
.destination1 .current{ display:block;
animation:danru 2s linear infinite; -webkit-animation:danru 2s linear alternate
; -moz-animatio...
分类:
其他好文 时间:
2014-06-04 20:53:25
阅读次数:
332
IOS动画的实现方式多种多样,这里就只记录一下 beginAnimations:context 。
在你调用 beginAnimations:context:方法来启动一个动画后,动画并不会立即被执行,直 到你调用 UIView 类的 commitAnimations 类方法。你对一个视图对象执行的介于 beginAnimations:context:方法跟 commitAnimatio...
分类:
其他好文 时间:
2014-06-03 04:08:46
阅读次数:
232
昨天看到html5tricks上的一篇文章《jQuery鼠标滑过文字跳动动画插件》,止不住手痒用sass、css3实现以下,并进行了扩展,希望能对大家有所帮助,主要利用sass@for指令、compass里的random随机数,给文字设置不同的动画状态,利用transition或animation实现动画。...
分类:
其他好文 时间:
2014-06-02 23:53:21
阅读次数:
514
很多零零碎碎的事情,导致很久没写blog了。face animation的demo做完了也快一个月了,是时候总结总结了。
Kinect获得的标识点共用121个,其给的sdk里面也给出了响应的标签。如下图:
但是这个说明点绝大部分是错的。
由于获得kinect标识点的三维坐标,并且将每个点标识,并在vtk中显示:
上篇blog已经提到过这个问题...
分类:
其他好文 时间:
2014-06-02 23:16:12
阅读次数:
282
3D人物造型When drawn animation frame by frame, the
images have a tendency to change, at least a little, but it increased by at
least movement, even his ca...
分类:
其他好文 时间:
2014-06-02 22:19:26
阅读次数:
379
接下来介绍几款制作HTML5动画的工具,它们可以分为几类:1、导出canvas动画:FlashCC(13.1)、Animation、Radi2、导出DIV+CSS3动画:HTML5Maker、EdgeAnimation、TumultHype、Nodefire3、导出SVG动画:Hippo基本上所有工...
分类:
Web程序 时间:
2014-05-31 15:34:29
阅读次数:
334
什么是动画,动画其实就是我们看到的画面变化的一个过程那么在iOS中,实现一个最简单的动画需要几步呢?a Simple animation{ // 1.开启动画
[UIViewbeginAnimations:nilcontext:nil]; [UIViewsetAnimationDuration:.....
分类:
移动开发 时间:
2014-05-28 16:35:25
阅读次数:
246
Animator组件和Animation组件和Animator controller这三个东西说起来比较绕,但...
分类:
其他好文 时间:
2014-05-25 22:58:24
阅读次数:
357
Android Procedural Animation: : XML, Concepts and Optimization Procedural Animation Concepts: Tweens and Interpolators Interpolator:http://developer.android.com/reference/android/animation/TimeInte...
分类:
移动开发 时间:
2014-05-25 04:28:40
阅读次数:
318