更新时间:2020-04-16 23:30:15
图片数量修改方法,根据所需要展示图的数量,当前6张图每张宽度300,nav ul宽度为6*300=1800px,每张图滚动时间为2秒,2*6,animation: moving 12s
1 2 3 4 | nav ul { width : 1800px ; animation: moving 12 s linear infinite alternate; } |
循环x位移,6*300=1800px-300在转为负数。
1 2 3 4 5 6 7 8 | @keyframes moving { form { transform: translateX( 0 ); } to { transform: translateX( -1500px ); } } |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com