码迷,mamicode.com
首页 >  
搜索关键字:animation    ( 2834个结果
50、自定义View练习(四)高仿小米时钟-使用Camera和Matrix实现3D效果
继续练习自定义View。。毕竟熟才能生巧。一直觉得小米的时钟很精美,那这次就搞它~这次除了练习自定义View,还涉及到使用Camera和Matrix实现3D效果。
分类:移动开发   时间:2017-01-22 19:33:25    阅读次数:390
Android——动画的分类
Android包含三种动画:View Animation, Drawable Animation, Property Animation(Android 3.0新引入)。 1、View Animation:也就是所说的Tweened Animation(补间动画)。View Animation分为四 ...
分类:移动开发   时间:2017-01-22 12:14:24    阅读次数:190
CSS3的animation+scale实现视觉冲击力的效果
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style> @keyframes aaa { from {-webkit-transform: scale(1); transfor ...
分类:Web程序   时间:2017-01-21 17:04:41    阅读次数:197
CSS3 弹跳效果
愿你是披荆斩棘的女英雄。 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>CSS3-弹跳-效果</title> <style> .element{ color: #f35626; background-image: -webki ...
分类:Web程序   时间:2017-01-21 11:56:31    阅读次数:341
前端效果
近期项目中用到的一些自己写的或者整理而成的前端效果干货 目录 一、jQuery 上下滚动抽奖效果 二、JQ地址级联划动选择器-中国省市区 三、JQ地址级联划动选择器-日期 四、JQ地址级联划动选择器-日期时间 五、jQuery + animation.css滑动解锁 六、jQuery.countdo ...
分类:其他好文   时间:2017-01-20 23:30:22    阅读次数:361
核心动画(Core Animation)
...
分类:其他好文   时间:2017-01-20 23:18:18    阅读次数:210
近期项目中用到的一些自己写的或者整理而成的前端效果干货
目录 一、jQuery 上下滚动抽奖效果 二、JQ地址级联划动选择器-中国省市区 三、JQ地址级联划动选择器-日期 四、JQ地址级联划动选择器-日期时间 五、jQuery + animation.css滑动解锁 六、jQuery.countdown jQuery倒计时插件 七、Simple Swit ...
分类:其他好文   时间:2017-01-18 12:40:17    阅读次数:797
css
实现背景移动 -webkit-animation: animate-cloud 20s linear infinite; animation: animate-cloud 20s linear infinite; 图标墙 background-position: 10px -53px !import ...
分类:Web程序   时间:2017-01-15 16:01:33    阅读次数:232
仿qq的侧拉菜单效果
自定义控件 import android.animation.ArgbEvaluator; import android.animation.FloatEvaluator; import android.content.Context; import android.graphics.Color; ... ...
分类:其他好文   时间:2017-01-14 19:05:12    阅读次数:218
可以做动画的属性
Changes to several view properties can be animated—that is, changing the property creates an animation that conveys the change to the user over a shor... ...
分类:其他好文   时间:2017-01-14 11:24:25    阅读次数:214
2834条   上一页 1 ... 92 93 94 95 96 ... 284 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!