摘要:
在网上看到很多人说在 autoplay中设置属性,大致是这样的 var swiper = new Swiper('.swiper-container', { pagination: '.swiper-pagination', paginationClickable: true, loop: true 阅读全文
posted @ 2020-03-31 14:35
深海里的星星i
阅读(857)
评论(0)
推荐(0)
摘要:
1. 旋转 位移 缩放 transform: translate(50px, 50px); // 位移 多个坐标之间以逗号分隔 transform: translate(50px); // 只有一个值的时候 默认为X轴 移动 , y 轴不变 transform: rotate(45deg); // 阅读全文
posted @ 2020-03-31 12:10
深海里的星星i
阅读(551)
评论(0)
推荐(0)