05 2021 档案

摘要:// 属性:(默认) delay: 0, // 延时时间 distance: '0px', // 执行距离 duration: 600, // 执行时长 easing: 'cubic-bezier(0.5, 0, 0, 1)', // 执行速度 interval: 0, // 执行间隔(时间) op 阅读全文
posted @ 2021-05-10 11:06 淮生 阅读(1124) 评论(0) 推荐(0)
摘要://网页效果部分 var scrollFunc = function (e) { e = e || window.event; if (e.wheelDelta) { //第一步:先判断浏览器IE,谷歌滑轮事件 if (e.wheelDelta > 0) { //当滑轮向上滚动时 console.l 阅读全文
posted @ 2021-05-08 14:45 淮生 阅读(977) 评论(0) 推荐(0)
摘要:首先是HTML引用vue.js地址 <!-- 先引入 Vue --> <script src="https://unpkg.com/vue/dist/vue.js"></script> <!-- 引入 http-vue-loader --> <script src="https://unpkg.co 阅读全文
posted @ 2021-05-08 14:29 淮生 阅读(222) 评论(0) 推荐(0)