码迷,mamicode.com
首页 >  
搜索关键字:animation    ( 2834个结果
转: css3动画简介以及动画库animate.css的使用
~~~ transition animation 和 animate.css在这个年代,你要是不懂一点点css3的知识,你都不好意思说你是个美工。美你妹啊,请叫我前端工程师好不好。呃。。好吧,攻城尸。。。呵呵,作为一个攻城尸,没有点高端大气上档次的东西怎么能行呢,那么css3的动画就绝对是值得你拥有...
分类:Web程序   时间:2014-06-28 13:20:05    阅读次数:215
10款jQuery/CSS3动画应用 超实用
http://www.html5tricks.com/10-jquery-css3-animation.html...
分类:Web程序   时间:2014-06-24 22:27:27    阅读次数:194
The Animation in android
The android provide two types of animation.Tween Animation is one,such as rotation,translation,scale,gradual change(gradient). main types: Animation、AlphaAnimation、RotateAnimation、ScaleAnimation...
分类:移动开发   时间:2014-06-22 08:29:06    阅读次数:239
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
赵雅智_Tween动画(旋转、平移、放缩和渐变)
Tween动画,就是对场景里的对象不断的进行图像变化来产生动画效果(旋转、平移、放缩和渐变)。 Tweene Animations。   主要类   Animation   动画 AlphaAnimation 渐变透明度 RotateAnimation 画面旋转 ScaleAnimation 渐变尺寸缩放 TranslateAnimation ...
分类:其他好文   时间:2014-06-16 22:18:07    阅读次数:262
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
【Unity3D技巧】在Unity中使用事件/委托机制(event/delegate)进行GameObject之间的通信
我们了解了2D中的Sprite,Animation,RigidBody和Collider,在继续开发游戏的过程中,我们会遇到这样的问题,如何处理GameObject之间的相互调用,比如说在FlappyBird中我们在小鸟撞倒管子的时候,要把这个消息通知给许多GameObject,管子接到这个消息之后...
分类:其他好文   时间:2014-06-15 06:55:26    阅读次数:389
页面跳转添加动画效果
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
迷上了代码!