~~~ transition animation 和 animate.css在这个年代,你要是不懂一点点css3的知识,你都不好意思说你是个美工。美你妹啊,请叫我前端工程师好不好。呃。。好吧,攻城尸。。。呵呵,作为一个攻城尸,没有点高端大气上档次的东西怎么能行呢,那么css3的动画就绝对是值得你拥有...
分类:
Web程序 时间:
2014-06-28 13:20:05
阅读次数:
215
http://www.html5tricks.com/10-jquery-css3-animation.html...
分类:
Web程序 时间:
2014-06-24 22:27:27
阅读次数:
194
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: name duration timing-function delay iteration-count direction;拆分式写法:animation-name: 动画名称; animation-duration: 动画作用时间; anima...
分类:
其他好文 时间:
2014-06-18 19:11:14
阅读次数:
710
一.基本概念什么是Animation(动画),简单点说就是在一段时间内,显示的内容发生了变化.对CALayer来说就是在一段时间内,其Animatable Property发生了变化.从CALayer(CA = Core Animation)类名来看就可以看出iOS的Layer就是为动画而生的,便于...
分类:
移动开发 时间:
2014-06-17 23:49:39
阅读次数:
638
Tween动画,就是对场景里的对象不断的进行图像变化来产生动画效果(旋转、平移、放缩和渐变)。
Tweene Animations。
主要类
Animation 动画
AlphaAnimation
渐变透明度
RotateAnimation 画面旋转
ScaleAnimation 渐变尺寸缩放
TranslateAnimation ...
分类:
其他好文 时间:
2014-06-16 22:18:07
阅读次数:
262
个人写的一些例子:
//
// 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
原地址: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
我们了解了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