继续练习自定义View。。毕竟熟才能生巧。一直觉得小米的时钟很精美,那这次就搞它~这次除了练习自定义View,还涉及到使用Camera和Matrix实现3D效果。
分类:
移动开发 时间:
2017-01-22 19:33:25
阅读次数:
390
Android包含三种动画:View Animation, Drawable Animation, Property Animation(Android 3.0新引入)。 1、View Animation:也就是所说的Tweened Animation(补间动画)。View Animation分为四 ...
分类:
移动开发 时间:
2017-01-22 12:14:24
阅读次数:
190
<!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
愿你是披荆斩棘的女英雄。 <!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
目录 一、jQuery 上下滚动抽奖效果 二、JQ地址级联划动选择器-中国省市区 三、JQ地址级联划动选择器-日期 四、JQ地址级联划动选择器-日期时间 五、jQuery + animation.css滑动解锁 六、jQuery.countdown jQuery倒计时插件 七、Simple Swit ...
分类:
其他好文 时间:
2017-01-18 12:40:17
阅读次数:
797
实现背景移动 -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
自定义控件 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