码迷,mamicode.com
首页 >  
搜索关键字:animation    ( 2834个结果
【转】ListView,GridView之LayoutAnimation特殊动画的实现 ps:需要学习的是在getView中添加动画的思想
LayoutAnimation干嘛用的?不知道的话网上搜一下。Android的Animation之LayoutAnimation使用方法有两种用法,我的通常写在代码中,像下面这样: 1 /** 2 * Layout动画 3 * 4 * @return 5 *...
分类:其他好文   时间:2014-05-26 22:26:15    阅读次数:421
招聘,
1,im2,内存管理3,runtime4,库5,c++6,编译器7,UNIX8,socket 通信,TCP/ip9,html510,pod,git11,Python12,SMS, TAPI协议13,Scrum14,GCD, Core Animation, CoreData15,GUI程序16,无线移...
分类:其他好文   时间:2014-05-26 12:40:24    阅读次数:208
Getting Started with UIKit Dynamics--WWDC 2013 session 206
核心概念(Core concepts)在iOS上面常见的动画以及交互包括以下几种:? Core Animation? UIView animations? Motion effects? Gesture driven interactions? CADisplayLink那么UIKit Dynami...
分类:其他好文   时间:2014-05-26 07:11:39    阅读次数:313
andorid popupwindow 更新时动画的实现,可实现一个窗口被一个窗口推上去的效果
最近由于项目需要,一直在寻找一个弹出窗口,在另一个弹出窗口弹出时,推上去的效果,居然找不到,经过不懈的努力,终于实现了popupwindow在更新时的动画。先上代码: 1 import android.animation.ObjectAnimator; 2 import android.annota...
分类:Windows程序   时间:2014-05-25 23:46:01    阅读次数:417
jQuery deferred学习笔记
简介 在jQuery1.5.0版本引入,为了实现Deferred对象,jQuery改写了ajax。是由jQuery.Deferred()方法创建的链式对象。 $.Deferred在jQuery代码自身四处被使用(promise、DOM ready、Ajax、Animation) 特性:使用...
分类:Web程序   时间:2014-05-24 10:21:51    阅读次数:406
Android 动画资源详解
属性动画:使对象的属性值在一定时间间隔内变化到某一个值。http://developer.android.com/guide/topics/resources/animation-resource.html#Property资源目录:rec\animator // together|se...
分类:移动开发   时间:2014-05-24 10:14:41    阅读次数:343
IOS Core Animation Advanced Techniques的学习笔记(五)
第六章:Specialized Layers CAGradientLayer CAReplicatorLayer CAScrollLayer CAShaperLayer CATextLayer CATransformLayer...
分类:移动开发   时间:2014-05-23 00:36:05    阅读次数:1026
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!