码迷,mamicode.com
首页 >  
搜索关键字:animations    ( 297个结果
为开发者准备的 Android 函数库(2016 年版)
Animation Android View Animations 1 :一个强大的 View 动画函数库,方便使用者很容易地实现各种 View 的动画效果。 RecyclerView Animators 2 :专门为 RecyclerView 实现多种炫酷的动画 APIs CloudRail 3 ...
分类:移动开发   时间:2016-12-04 16:31:34    阅读次数:250
(译)快速指南:用UIViewPropertyAnimator做动画
翻译自:QUICK GUIDE: ANIMATIONS WITH UIVIEWPROPERTYANIMATOR 译者:Haley_WongiOS 10 带来了一大票有意思的新特性,像 UIViewP...
分类:其他好文   时间:2016-12-04 14:30:59    阅读次数:307
CSS3动画变形Animations
CSS3动画功能Animations ...
分类:Web程序   时间:2016-12-02 18:54:59    阅读次数:254
Android中Animation 详细解读
Animation从总体来说可以分为两类: 1.Tweened Animations:该类提供了旋转,移动,伸展,淡入淡出等效果 Tweened Animations也有四种类型: 1. Alpha:淡入淡出效果 2. Scale:缩放效果 3. Rotate:旋转效果 4. Translate:移 ...
分类:移动开发   时间:2016-10-31 21:49:28    阅读次数:269
10.27
O: 1、A conclusion of CodePath--Animations(https://guides.codepath.com/android/Animations)2、What is aar?3、figure out the realization of Project Materia ...
分类:其他好文   时间:2016-10-27 19:16:48    阅读次数:251
CALayer及其子类
前言:这个系列要更新Core Animation的内容,但是CALayer是Core Animation的基础。 一 CALayer是什么? 摘自官网的一句话-Layers Provide the Basis for Drawing and Animations(Layers是绘图和动画的基础) L ...
分类:其他好文   时间:2016-10-14 09:41:42    阅读次数:251
Android Animations 视图动画使用详解!!!
Android Animations 视图动画使用详解!!! ...
分类:移动开发   时间:2016-10-09 14:23:27    阅读次数:302
Swift - UITableViewCell倒计时重用解决方案
Swift - UITableViewCell倒计时重用解决方案 效果 源码 https://github.com/YouXianMing/Swift-Animations ...
分类:编程语言   时间:2016-09-04 19:14:16    阅读次数:357
Android之AnimationDrawable初识
Drawable animation可以加载Drawable资源实现帧动画。AnimationDrawable是实现Drawable animations的基本类。 这里用AnimationDrawable 简单模拟动态图的实现。 fragment_main 布局文件 只需要放一个 ImageVie ...
分类:移动开发   时间:2016-09-02 00:25:47    阅读次数:205
Animations功能(区别于Transitions)
CSS3实现动画: 1 Transitions:定义元素的某个属性从一个属性值平滑过渡到另一个属性值。 Transitions属性的使用方法如下所示: transition: property | duration | timing-function | delay transition-prope ...
分类:其他好文   时间:2016-08-30 17:40:47    阅读次数:187
297条   上一页 1 ... 4 5 6 7 8 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!