摘要: .gallery:hover li:not(:hover){ -webkit-filter: blur(2px) grayscale(0); -moz-filter: blur(2px) grayscale(0); -o-filter:... 阅读全文
posted @ 2014-12-04 16:45 Shimily 阅读(156) 评论(0) 推荐(0)
摘要: 利用html5实现类似微信的手机摇一摇功能,并播放音乐。1、 deviceOrientation:封装了方向传感器数据的事件,可以获取手机静止状态下的方向数据,例如手机所处角度、方位、朝向等。2、 deviceMotion:封装了运动传感器数据的事件,可以获取手机运动状态下的运动加速度等数据。不多说... 阅读全文
posted @ 2014-12-04 11:10 Shimily 阅读(207) 评论(0) 推荐(0)
摘要: 处理Touch事件能让你跟踪用户的每一根手指的位置。你可以绑定以下四种Touch事件:1234 touchstart://手指放到屏幕上的时候触发 touchmove://手指在屏幕上移动的时候触发 touchend://手指从屏幕上拿起的时候触发 touchcancel://系统取消touch事件... 阅读全文
posted @ 2014-12-04 11:09 Shimily 阅读(426) 评论(0) 推荐(0)