如何用JavaScript编写一个无间断滚动长尾词轮播图的代码?

2026-04-02 22:441阅读0评论SEO问题
  • 内容介绍
  • 文章标签
  • 相关推荐

本文共计1580个文字,预计阅读时间需要7分钟。

如何用JavaScript编写一个无间断滚动长尾词轮播图的代码?

目录+上效果+一、实现过程+1. 首先实现基本布局+2. 其次实现主要样式+二、如何实现无缝滚动+(重点来了)+思路:+主要代码+完整代码+花费一个下午从0到1实现的轮播图,当然还有许多需要改进的地方。

目录
  • 上效果
  • 一、实现过程
    • 1)首先实现基本布局
    • 2)主要样式
  • 二、如何实现无缝呢 (重点来了)
    • 思路:
    • 主要代码
  • 完整代码

    花费一个下午从0到1实现的轮播图,当然还有很多需要改进的地方(欢迎提出需要改进的地方),等我再努力努力,将其封装成一个组件。

    上效果

    一、实现过程

    1)首先实现基本布局

    <div class="carousel-container"> //图片列表 <div class="carousel-list"></div> //上一张 <div class="carousel-arrow carousel-arrow-left">&lt</div> //下一张 <div class="carousel-arrow carousel-arrow-right">&gt</div> //导航点 <div class="indicator"> <span class="active"></span> <span></span> <span></span> </div> </div>

    2)主要样式

    简单布局样式就不说了,主要讲如何将图片横向排列起来

    先给容器设置相对定位,通过overflow将超出部分隐藏

    .carousel-container { position: relative; width: 500px; height: 300px; /* overflow: hidden; */ background-color: #ccc; }

    然后图片列表设置相对定位和flex盒子,这样每一个滑块就横向排列成一排了

    .carousel-container .carousel-list { position: relative; display: flex; height: 100%; width: 100%; }

    左右滑动按钮通过绝对定位+transform的方式移动到两边,导航点也是一样,就不一一详说了

    二、如何实现无缝呢 (重点来了)

    思路:

    1、先实现向后滚动无缝连接,将最后一张复制一份放到最前面,当滚动到最后一张时,再次滚动,将要滚动到第一张时,先取消过渡transition,瞬间跳到最前面复制的那张上,然后继续运行动画到第一张,这样看起来就无缝了

    2、向前滚动无缝连接,思路同上,复制第一张图片放到最后,当滚动到第一张,再次滚动时,瞬间跳到最后复制的那张图片上,继续滚动到轮播图的最后一张上。

    主要代码

    先获取到dom元素,currentIndex是当前轮播到的图片下标

    let currentIndex = 0; const doms = { carouselList: document.querySelector('.carousel-list'), arrowLeft: document.querySelector('.carousel-arrow-left'), arrowRight: document.querySelector('.carousel-arrow-right'), indicator: document.querySelectorAll('.indicator span') }

    先初始化dom,复制图片

    // 复制第一张放最后,最后一张图片放第一张之前 function init() { let lastImg = doms.carouselList.lastElementChild.cloneNode(true) let firstImg = doms.carouselList.firstElementChild.cloneNode(true) doms.carouselList.appendChild(firstImg) doms.carouselList.insertBefore(lastImg, doms.carouselList.firstElementChild) lastImg.style.position = 'absolute' lastImg.style.transform = 'translateX(-100%)' } //执行一下 init()

    实现到任意一张图片的方法

    function moveTo(index) { doms.carouselList.style.transform = `translateX(-${index * 100}%)` doms.carouselList.style.transition = '.5s' // 去掉导航点选中效果 let active = document.querySelector('.indicator span.active') active.classList.remove('active') // 添加选中效果 doms.indicator[index].classList.add('active') currentIndex = index }

    给导航点绑定点击跳转事件

    如何用JavaScript编写一个无间断滚动长尾词轮播图的代码?

    // 给导航点添加事件 doms.indicator.forEach((item, i) => { item.onclick = function () { moveTo(i); } })

    给前后按钮绑上执行事件,判断边界图片,及时取消过渡效果,瞬间跳到复制的图片位置,调用moveTo到第一张或最后一张图片上。

    let indicatorLength = doms.indicator.length; function preSlide() { if (currentIndex === 0) { doms.carouselList.style.transition = 'none' doms.carouselList.style.transform = `translateX(-${indicatorLength * 100}%)` doms.carouselList.clientHeight moveTo(indicatorLength - 1) } else { moveTo(currentIndex - 1) } } function nextSlide() { if (currentIndex === doms.indicator.length - 1) { doms.carouselList.style.transition = 'none' doms.carouselList.style.transform = 'translateX(100%)' doms.carouselList.clientHeight moveTo(0) } else { moveTo(currentIndex + 1) } } doms.arrowLeft.onclick = function () { preSlide(); } doms.arrowRight.onclick = function () { nextSlide() }

    最后使用定时器调用nertSlide方法就实现自动播放了

    function start(time = 2000) { setInterval(() => { nextSlide() }, time) } start()

    完整代码

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta ts4.cn.mm.bing.net/th?id=OIP-C.kB-Ovasi0GW67-rmwnAcwAHaEo&w=316&h=197&c=8&rs=1&qlt=90&o=6&dpr=1.25&pid=3.1&rm=2"> </a> </div> <div class="slide"> <a href=""> <img src="ts1.cn.mm.bing.net/th?id=OIP-C.QPH1IBosDYBqaU3O6wV3YAHaEo&w=316&h=197&c=8&rs=1&qlt=90&o=6&dpr=1.25&pid=3.1&rm=2"></a> </div> <div class="slide"> <a href=""> <img src="ts2.cn.mm.bing.net/th?id=OIP-C.P3NSGTdAYdyqy5zJpb5QXQHaEo&w=316&h=197&c=8&rs=1&qlt=90&o=6&dpr=1.25&pid=3.1&rm=2" alt=""></a> </div> </div> <div class="carousel-arrow carousel-arrow-left">&lt</div> <div class="carousel-arrow carousel-arrow-right">&gt</div> <div class="indicator"> <span class="active"></span> <span></span> <span></span> </div> </div> </body> <script> window.onload = function () { const doms = { carouselList: document.querySelector('.carousel-list'), arrowLeft: document.querySelector('.carousel-arrow-left'), arrowRight: document.querySelector('.carousel-arrow-right'), indicator: document.querySelectorAll('.indicator span') } let currentIndex = 0; function moveTo(index) { doms.carouselList.style.transform = `translateX(-${index * 100}%)` doms.carouselList.style.transition = '.5s' // 去掉导航点选中效果 let active = document.querySelector('.indicator span.active') active.classList.remove('active') // 添加选中效果 doms.indicator[index].classList.add('active') currentIndex = index } // 给导航点添加事件 doms.indicator.forEach((item, i) => { item.onclick = function () { moveTo(i); } }) // 复制第一张放最后,最后一张图片放第一张之前 function init() { let lastImg = doms.carouselList.lastElementChild.cloneNode(true) let firstImg = doms.carouselList.firstElementChild.cloneNode(true) doms.carouselList.appendChild(firstImg) doms.carouselList.insertBefore(lastImg, doms.carouselList.firstElementChild) lastImg.style.position = 'absolute' lastImg.style.transform = 'translateX(-100%)' } let indicatorLength = doms.indicator.length; function preSlide() { if (currentIndex === 0) { doms.carouselList.style.transition = 'none' doms.carouselList.style.transform = `translateX(-${indicatorLength * 100}%)` doms.carouselList.clientHeight moveTo(indicatorLength - 1) } else { moveTo(currentIndex - 1) } } function nextSlide() { if (currentIndex === doms.indicator.length - 1) { doms.carouselList.style.transition = 'none' doms.carouselList.style.transform = 'translateX(100%)' doms.carouselList.clientHeight moveTo(0) } else { moveTo(currentIndex + 1) } } doms.arrowLeft.onclick = function () { preSlide(); } doms.arrowRight.onclick = function () { nextSlide() } function start(time = 2000) { setInterval(() => { nextSlide() }, time) } start() init() } </script> </html>

    到此这篇关于JavaScript实现无缝轮播图的示例代码的文章就介绍到这了,更多相关JavaScript无缝轮播图内容请搜索自由互联以前的文章或继续浏览下面的相关文章希望大家以后多多支持自由互联!

    标签:示例代码

    本文共计1580个文字,预计阅读时间需要7分钟。

    如何用JavaScript编写一个无间断滚动长尾词轮播图的代码?

    目录+上效果+一、实现过程+1. 首先实现基本布局+2. 其次实现主要样式+二、如何实现无缝滚动+(重点来了)+思路:+主要代码+完整代码+花费一个下午从0到1实现的轮播图,当然还有许多需要改进的地方。

    目录
    • 上效果
    • 一、实现过程
      • 1)首先实现基本布局
      • 2)主要样式
    • 二、如何实现无缝呢 (重点来了)
      • 思路:
      • 主要代码
    • 完整代码

      花费一个下午从0到1实现的轮播图,当然还有很多需要改进的地方(欢迎提出需要改进的地方),等我再努力努力,将其封装成一个组件。

      上效果

      一、实现过程

      1)首先实现基本布局

      <div class="carousel-container"> //图片列表 <div class="carousel-list"></div> //上一张 <div class="carousel-arrow carousel-arrow-left">&lt</div> //下一张 <div class="carousel-arrow carousel-arrow-right">&gt</div> //导航点 <div class="indicator"> <span class="active"></span> <span></span> <span></span> </div> </div>

      2)主要样式

      简单布局样式就不说了,主要讲如何将图片横向排列起来

      先给容器设置相对定位,通过overflow将超出部分隐藏

      .carousel-container { position: relative; width: 500px; height: 300px; /* overflow: hidden; */ background-color: #ccc; }

      然后图片列表设置相对定位和flex盒子,这样每一个滑块就横向排列成一排了

      .carousel-container .carousel-list { position: relative; display: flex; height: 100%; width: 100%; }

      左右滑动按钮通过绝对定位+transform的方式移动到两边,导航点也是一样,就不一一详说了

      二、如何实现无缝呢 (重点来了)

      思路:

      1、先实现向后滚动无缝连接,将最后一张复制一份放到最前面,当滚动到最后一张时,再次滚动,将要滚动到第一张时,先取消过渡transition,瞬间跳到最前面复制的那张上,然后继续运行动画到第一张,这样看起来就无缝了

      2、向前滚动无缝连接,思路同上,复制第一张图片放到最后,当滚动到第一张,再次滚动时,瞬间跳到最后复制的那张图片上,继续滚动到轮播图的最后一张上。

      主要代码

      先获取到dom元素,currentIndex是当前轮播到的图片下标

      let currentIndex = 0; const doms = { carouselList: document.querySelector('.carousel-list'), arrowLeft: document.querySelector('.carousel-arrow-left'), arrowRight: document.querySelector('.carousel-arrow-right'), indicator: document.querySelectorAll('.indicator span') }

      先初始化dom,复制图片

      // 复制第一张放最后,最后一张图片放第一张之前 function init() { let lastImg = doms.carouselList.lastElementChild.cloneNode(true) let firstImg = doms.carouselList.firstElementChild.cloneNode(true) doms.carouselList.appendChild(firstImg) doms.carouselList.insertBefore(lastImg, doms.carouselList.firstElementChild) lastImg.style.position = 'absolute' lastImg.style.transform = 'translateX(-100%)' } //执行一下 init()

      实现到任意一张图片的方法

      function moveTo(index) { doms.carouselList.style.transform = `translateX(-${index * 100}%)` doms.carouselList.style.transition = '.5s' // 去掉导航点选中效果 let active = document.querySelector('.indicator span.active') active.classList.remove('active') // 添加选中效果 doms.indicator[index].classList.add('active') currentIndex = index }

      给导航点绑定点击跳转事件

      如何用JavaScript编写一个无间断滚动长尾词轮播图的代码?

      // 给导航点添加事件 doms.indicator.forEach((item, i) => { item.onclick = function () { moveTo(i); } })

      给前后按钮绑上执行事件,判断边界图片,及时取消过渡效果,瞬间跳到复制的图片位置,调用moveTo到第一张或最后一张图片上。

      let indicatorLength = doms.indicator.length; function preSlide() { if (currentIndex === 0) { doms.carouselList.style.transition = 'none' doms.carouselList.style.transform = `translateX(-${indicatorLength * 100}%)` doms.carouselList.clientHeight moveTo(indicatorLength - 1) } else { moveTo(currentIndex - 1) } } function nextSlide() { if (currentIndex === doms.indicator.length - 1) { doms.carouselList.style.transition = 'none' doms.carouselList.style.transform = 'translateX(100%)' doms.carouselList.clientHeight moveTo(0) } else { moveTo(currentIndex + 1) } } doms.arrowLeft.onclick = function () { preSlide(); } doms.arrowRight.onclick = function () { nextSlide() }

      最后使用定时器调用nertSlide方法就实现自动播放了

      function start(time = 2000) { setInterval(() => { nextSlide() }, time) } start()

      完整代码

      <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta ts4.cn.mm.bing.net/th?id=OIP-C.kB-Ovasi0GW67-rmwnAcwAHaEo&w=316&h=197&c=8&rs=1&qlt=90&o=6&dpr=1.25&pid=3.1&rm=2"> </a> </div> <div class="slide"> <a href=""> <img src="ts1.cn.mm.bing.net/th?id=OIP-C.QPH1IBosDYBqaU3O6wV3YAHaEo&w=316&h=197&c=8&rs=1&qlt=90&o=6&dpr=1.25&pid=3.1&rm=2"></a> </div> <div class="slide"> <a href=""> <img src="ts2.cn.mm.bing.net/th?id=OIP-C.P3NSGTdAYdyqy5zJpb5QXQHaEo&w=316&h=197&c=8&rs=1&qlt=90&o=6&dpr=1.25&pid=3.1&rm=2" alt=""></a> </div> </div> <div class="carousel-arrow carousel-arrow-left">&lt</div> <div class="carousel-arrow carousel-arrow-right">&gt</div> <div class="indicator"> <span class="active"></span> <span></span> <span></span> </div> </div> </body> <script> window.onload = function () { const doms = { carouselList: document.querySelector('.carousel-list'), arrowLeft: document.querySelector('.carousel-arrow-left'), arrowRight: document.querySelector('.carousel-arrow-right'), indicator: document.querySelectorAll('.indicator span') } let currentIndex = 0; function moveTo(index) { doms.carouselList.style.transform = `translateX(-${index * 100}%)` doms.carouselList.style.transition = '.5s' // 去掉导航点选中效果 let active = document.querySelector('.indicator span.active') active.classList.remove('active') // 添加选中效果 doms.indicator[index].classList.add('active') currentIndex = index } // 给导航点添加事件 doms.indicator.forEach((item, i) => { item.onclick = function () { moveTo(i); } }) // 复制第一张放最后,最后一张图片放第一张之前 function init() { let lastImg = doms.carouselList.lastElementChild.cloneNode(true) let firstImg = doms.carouselList.firstElementChild.cloneNode(true) doms.carouselList.appendChild(firstImg) doms.carouselList.insertBefore(lastImg, doms.carouselList.firstElementChild) lastImg.style.position = 'absolute' lastImg.style.transform = 'translateX(-100%)' } let indicatorLength = doms.indicator.length; function preSlide() { if (currentIndex === 0) { doms.carouselList.style.transition = 'none' doms.carouselList.style.transform = `translateX(-${indicatorLength * 100}%)` doms.carouselList.clientHeight moveTo(indicatorLength - 1) } else { moveTo(currentIndex - 1) } } function nextSlide() { if (currentIndex === doms.indicator.length - 1) { doms.carouselList.style.transition = 'none' doms.carouselList.style.transform = 'translateX(100%)' doms.carouselList.clientHeight moveTo(0) } else { moveTo(currentIndex + 1) } } doms.arrowLeft.onclick = function () { preSlide(); } doms.arrowRight.onclick = function () { nextSlide() } function start(time = 2000) { setInterval(() => { nextSlide() }, time) } start() init() } </script> </html>

      到此这篇关于JavaScript实现无缝轮播图的示例代码的文章就介绍到这了,更多相关JavaScript无缝轮播图内容请搜索自由互联以前的文章或继续浏览下面的相关文章希望大家以后多多支持自由互联!

      标签:示例代码