摘要: 手风琴特效 阅读全文
posted @ 2016-09-21 20:25 萧诺 阅读(615) 评论(0) 推荐(0)
摘要: function client() { var clientWidth = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth || 0; var clientHeight = window.innerHeight || document.documentEl... 阅读全文
posted @ 2016-09-21 15:09 萧诺 阅读(351) 评论(0) 推荐(1)
摘要: function scroll() { var scrollTop = window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop || 0; var scrollLeft = window.pageXOffset || document.documen... 阅读全文
posted @ 2016-09-21 15:07 萧诺 阅读(407) 评论(0) 推荐(0)
摘要: function getStyle(obj, attr) { if (window.getComputedStyle) { return window.getComputedStyle(obj, null)[attr]; } else { return obj.currentStyle[attr]; ... 阅读全文
posted @ 2016-09-21 15:05 萧诺 阅读(115) 评论(0) 推荐(0)
摘要: 瀑布流 阅读全文
posted @ 2016-09-21 14:56 萧诺 阅读(240) 评论(0) 推荐(0)
摘要: 旋转木马 阅读全文
posted @ 2016-09-21 14:35 萧诺 阅读(463) 评论(0) 推荐(0)
摘要: 全屏滑动 阅读全文
posted @ 2016-09-21 13:58 萧诺 阅读(462) 评论(2) 推荐(1)