码迷,mamicode.com
首页 >  
搜索关键字:actionbar animation    ( 3664个结果
弄清 CSS3 的 transition 和 animation
原文:弄清 CSS3 的 transition 和 animation弄清 CSS3 的 transition 和 animation transition transition 属性是transition-property,transition-duration,transition-timing...
分类:Web程序   时间:2014-08-12 10:09:23    阅读次数:211
Android Tween动画
View Animation, 即显示在view上的Tween Animation Tween动画,本质上不改变View的真实位置 两种实现方式,一种在xml中定义,一种直接在代码里定义 xml定义方式: 位移动画translate <translate xmlns:android="http://schemas.android.com/apk/res/android" and...
分类:移动开发   时间:2014-08-11 21:33:23    阅读次数:372
android动画学习
android动画学习转载自:http://www.open-open.com/lib/view/open1329994048671.html3.0以前,android支持两种动画模式,tween animation,frame animation,在android3.0中又引入了一个新的动画系统:...
分类:移动开发   时间:2014-08-11 20:58:52    阅读次数:325
android mContainer.setPersistentDrawingCache (int drawingCacheToKeep)
mContainer.setPersistentDrawingCache(ViewGroup.PERSISTENT_ANIMATION_CACHE);persistentDrawingCache设置了控件的绘制缓存策略,一共有4中策略:PERSISTENT_NO_CACHE 说明不在内存中保存绘图缓...
分类:移动开发   时间:2014-08-11 11:32:42    阅读次数:202
adt 22.6出现的问题
1.更新到22.6之后多了appcompat_v7以前3.0以前的版本要使用ActionBar,必须使用国外大牛写的ActionBarSherlock这个开源项目。2013年的Google/IO大会之后,Google官方在android-support-v7包中添加了ActionBar,开始让2.1...
分类:其他好文   时间:2014-08-10 18:30:50    阅读次数:263
属性动画详解一(Property Animation)
效果图:Android动画有两类: 1.View Animation(Frame Animation,Tween Animation) 2.Property Animation其中,上述效果是用第二类属性动画做的。什么是属性动画? 通俗的说,属性动画就是在一定的时间内,按照一定的规律来改变对...
分类:其他好文   时间:2014-08-10 15:34:00    阅读次数:487
core animation (转)
iOS Core Animation 简明系列教程看到无数的CA教程,都非常的难懂,各种事务各种图层关系看的人头大。自己就想用通俗的语言翻译给大家听,尽可能准确表达,如果哪里有问题,请您指出我会尽快修改。1.什么是Core Animation?它是一套包含图形绘制,投影,动画的OC类集合。它就是一个...
分类:其他好文   时间:2014-08-09 23:12:29    阅读次数:465
android 细节之 旋转动画
Flip Animation for Android: 最近项目中用到了一个小动画,让物体实现一定的3D旋转效果,现记录如下: public class FlipAnimation extends Animation { private Camera mCamera; private View mFromView; private View mToVi...
分类:移动开发   时间:2014-08-09 04:56:27    阅读次数:281
ActionBar-PullToRefresh使用
ActionBar-PullToRefresh是一个开源的下拉刷新控件,基于ActionBar的,在下拉时变化的是ActionBar,ActionBar的低端有横向滑动的进度条。 这里我记录一下我是如何使用它的。...
分类:其他好文   时间:2014-08-08 18:15:16    阅读次数:336
CSS Animation
1 div { 2 /* Chrome, Safari, Opera 等使用webkit引擎的浏览器*/ 3 -webkit-animation-name: myfirst; /*规定 @keyframes 动画的名称。*/ 4 -webkit-animation-dura...
分类:Web程序   时间:2014-08-08 17:36:26    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!