码迷,mamicode.com
首页 >  
搜索关键字:actionbar animation    ( 3664个结果
转: css3动画简介以及动画库animate.css的使用
~~~ transition animation 和 animate.css在这个年代,你要是不懂一点点css3的知识,你都不好意思说你是个美工。美你妹啊,请叫我前端工程师好不好。呃。。好吧,攻城尸。。。呵呵,作为一个攻城尸,没有点高端大气上档次的东西怎么能行呢,那么css3的动画就绝对是值得你拥有...
分类:Web程序   时间:2014-06-28 13:20:05    阅读次数:215
Android高手速成--第一部分 个性化控件(View)
第一部分 个性化控件(View)主要介绍那些不错个性化的View,包括ListView、ActionBar、Menu、ViewPager、Gallery、GridView、ImageView、ProgressBar、TextView、ScrollView、TimeView、TipView、FlipV...
分类:移动开发   时间:2014-06-20 16:20:13    阅读次数:929
Animation属性及属性值
组合式写法:animation: name duration timing-function delay iteration-count direction;拆分式写法:animation-name: 动画名称; animation-duration: 动画作用时间; anima...
分类:其他好文   时间:2014-06-18 19:11:14    阅读次数:710
谈谈iOS Animation
一.基本概念什么是Animation(动画),简单点说就是在一段时间内,显示的内容发生了变化.对CALayer来说就是在一段时间内,其Animatable Property发生了变化.从CALayer(CA = Core Animation)类名来看就可以看出iOS的Layer就是为动画而生的,便于...
分类:移动开发   时间:2014-06-17 23:49:39    阅读次数:638
Android actionBar与Fragment结合使用Demo2
上一篇文章介绍了ActionBar的使用,这里介绍ActionBar的另一种使用方法,达到的效果和以前的GroupActivity或TabHost是一样的,可作为导航来使用。 实现效果图: 源代码: 布局文件:activity_main: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/an...
分类:移动开发   时间:2014-06-17 22:22:13    阅读次数:370
赵雅智_Tween动画(旋转、平移、放缩和渐变)
Tween动画,就是对场景里的对象不断的进行图像变化来产生动画效果(旋转、平移、放缩和渐变)。 Tweene Animations。   主要类   Animation   动画 AlphaAnimation 渐变透明度 RotateAnimation 画面旋转 ScaleAnimation 渐变尺寸缩放 TranslateAnimation ...
分类:其他好文   时间:2014-06-16 22:18:07    阅读次数:262
子墨庖丁Android的ActionBar源码分析 (一)实例化
ActionBar源码分析...
分类:移动开发   时间:2014-06-16 20:48:50    阅读次数:210
CABasicAnimation学习Demo 包括了一些常用的动画效果
个人写的一些例子: // // ViewController.m // CABasicAnimationDemo // // Created by haotian on 14-6-13. // Copyright (c) 2014年 Baseus. All rights reserved. // #import "ViewController.h" @interface ViewCo...
分类:其他好文   时间:2014-06-15 11:17:24    阅读次数:215
Unity异常警告错误处理方法
原地址:http://www.haogongju.net/art/25919361.The AnimationClip 'cube1_anim' used by the Animation component 'Cube1' must be marked as Legacy.解决方法:1. 点击“A...
分类:其他好文   时间:2014-06-15 09:43:53    阅读次数:340
页面跳转添加动画效果
CATransition *animation = [CATransition animation];//初始化 [animation setDuration:0.5];//设置时间间隔 [animation setType: kCATransitionReveal]; [ani...
分类:其他好文   时间:2014-06-14 19:18:28    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!