码迷,mamicode.com
首页 >  
搜索关键字:tween animation    ( 3897个结果
Android Property Animation动画
3.0以前,android支持两种动画模式,tween animation,frame animation,在android3.0中又引入了一个新的动画系统:property animation,这三种动画模式在SDK中被称为property animation,view animation,dra...
分类:移动开发   时间:2014-05-23 09:14:24    阅读次数:310
java.lang.ClassCastException: android.content.res.XmlBlock$Parser cannot be cast to android.view.ani
java.lang.ClassCastException: android.content.res.XmlBlock$Parser cannot be cast to android.view.animation.Animation...
分类:移动开发   时间:2014-05-22 09:26:20    阅读次数:590
2C01-View-Layout-Animation-Grid-Fade
介绍一个grid layout 顺序显示的代码 LayoutAnimation1.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use th...
分类:其他好文   时间:2014-05-21 16:58:47    阅读次数:214
2C02-View-Layout-Animation-list-Cascade
描述list layout item有上倒下依次显示的代码实现形式 LayoutAnimation2.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may no...
分类:其他好文   时间:2014-05-21 09:02:15    阅读次数:250
2C03-View-Layout-Animation-list-Reverse-Order
介绍list  item倒序显示 LayoutAnimation3.java /* * Copyright (C) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
分类:其他好文   时间:2014-05-21 08:25:44    阅读次数:278
cocos2dx 3.0 简单使用 CocoStudio Animation Editor
原来有一两个人说我不帅的时候,我不以为意,逗我玩而已,后来几乎所有人都说我不帅,我才真正意识到事态的严重,这社会骗子真是越来越多了... 好吧我承认,这个笑话不好笑,其实我想说的是,做人一定要坚持自己的原则,哪怕有一天所有人都和你背道而驰,都不要放弃自己当初的梦想,如果有一天,我们淹没在人海之中,庸碌一生,那是因为我们不够努力,不够勇敢的去面对生活。 每天积累一点点,嗯,满足简单的快乐...
分类:其他好文   时间:2014-05-20 14:54:12    阅读次数:237
IOS Core Animation Advanced Techniques的学习笔记(四)
第五章:Transforms...
分类:移动开发   时间:2014-05-18 18:47:43    阅读次数:534
setAnimationTransition:forView:cache: 执行动画时背景色问题
首先我描述一下问题:当我从一个view到另外一个view的时候? 解答:这个问题的解决还需要看setAnimationTransition:forView:cache: 官方Api,官方是这样说的: 1.Begin an animation block. 2.Set the transition on the container view. 3.Remove the subview fro...
分类:其他好文   时间:2014-05-18 10:44:03    阅读次数:370
《Pro Android Graphics》读书笔记之第三节
Android Frame Animation: XML, Concepts and Optimization Frame Animation Concepts: Cels, Framerate, and Resolution 动画的发展  cel-base animation raster animation bitmap commonly called bitmap...
分类:移动开发   时间:2014-05-18 09:49:43    阅读次数:294
[Cocos2d-x v3.x]序列帧动画
简介 Cocos2d-x中,动画的具体内容是依靠精灵显示出来的,为了显示动态图片,我们需要不停切换精灵显示的内容,通过把静态的精灵变为动画播放器从而实现动画效果。动画由帧组成,每一帧都是一个纹理,我们可以使用一个纹理序列来创建动画。 我们使用Animation类描述一个动画,而精灵显示动画的动作则是一个Animate对象。动画动作Animate是精灵显示动画的动作,它由一个动画对象创建...
分类:其他好文   时间:2014-05-16 01:40:30    阅读次数:485
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!