码迷,mamicode.com
首页 >  
搜索关键字:drawable animation 循环播放    ( 4617个结果
html5 canvas结合js实现的非常酷的ascii animation动画特效
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
UIView动画
IOS动画的实现方式多种多样,这里就只记录一下 beginAnimations:context 。 在你调用 beginAnimations:context:方法来启动一个动画后,动画并不会立即被执行,直 到你调用 UIView 类的 commitAnimations 类方法。你对一个视图对象执行的介于 beginAnimations:context:方法跟 commitAnimatio...
分类:其他好文   时间:2014-06-03 04:08:46    阅读次数:232
HTML5动画软件工具编辑器 HTML5动画分类 工具推荐
接下来介绍几款制作HTML5动画的工具,它们可以分为几类:1、导出canvas动画:FlashCC(13.1)、Animation、Radi2、导出DIV+CSS3动画:HTML5Maker、EdgeAnimation、TumultHype、Nodefire3、导出SVG动画:Hippo基本上所有工...
分类:Web程序   时间:2014-05-31 15:34:29    阅读次数:334
android 内存管理研究
1. 内存管理基础知识http://www.cnblogs.com/xingfuzzhd/p/3485924.html 1. mImageView.setImageResource(R.drawable.my_image); 这段代码会调用 BitmapFactory.decodeStream() ...
分类:移动开发   时间:2014-05-31 03:00:44    阅读次数:394
iOS中的动画
什么是动画,动画其实就是我们看到的画面变化的一个过程那么在iOS中,实现一个最简单的动画需要几步呢?a Simple animation{ // 1.开启动画 [UIViewbeginAnimations:nilcontext:nil]; [UIViewsetAnimationDuration:.....
分类:移动开发   时间:2014-05-28 16:35:25    阅读次数:246
ImageButton和Button区别
一、基础准备 Imagebutton 继承 Imageview,就是用一个图标代表了一些文字,它没Android:text属性。它由Android:src指定图标的位置 android:src="@drawable/back" Button 继承 Textview,所以TextView的一些属性也适...
分类:其他好文   时间:2014-05-27 17:44:23    阅读次数:256
Unity3D游戏开发从零单排(五) - 导入CS模型到Unity3D
Animator组件和Animation组件和Animator controller这三个东西说起来比较绕,但...
分类:其他好文   时间:2014-05-25 22:58:24    阅读次数:357
Android程序设置软件图标
默认新建的工程里会设置一个系统默认图标 如果没有,就在工程的AndroidManifest.xml文件中添加下面的语句即可。 这里需要预先在/res/drawable/目录下放一个叫icon.png的图标图片(48×48),并且在/res/values/strings.xml中定义app_name这个字符串(就是程序名) application android:icon="@dr...
分类:移动开发   时间:2014-05-25 18:20:27    阅读次数:309
《Pro Android Graphics》读书笔记之第四节
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!