摘要: // 缓动动画 // 封装缓动动画函数 传递两个参数 需要执行动画的对象和目标位置 function animate (obj,target){ //先把原先的定时器清除,只保留一个. clearInterval(obj.time); obj.time = setInterval( function 阅读全文
posted @ 2022-10-27 14:02 干红 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 1.安装 npm install swiper@3 --save-dev2.引入 import Vue from 'vue'import App from './App.vue'import router from './router'import store from './store' impo 阅读全文
posted @ 2022-10-27 10:55 干红 阅读(402) 评论(0) 推荐(0) 编辑