创建显示上一个和下一个图像的一部分的图像滑块 [英] create image slider that shows part of previous and next image

查看:23
本文介绍了创建显示上一个和下一个图像的一部分的图像滑块的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用 jQuery 创建幻灯片(类似于 jquery scrollhorz)但我想部分显示上一张和下一张图片.

I'm trying to create a slideshow using jQuery (similar to jquery scrollhorz) but I want the previous and next image partly shown.

现在,我拥有的是一个 div(隐藏了溢出),其中包含我拥有的所有图像.当按下上一个或下一个按钮时,我将整个 div 向左或向右设置动画.问题是,如果我将许多图像加载到 div 中,它就会变得迟钝且缓慢.

Right now, what I have, is a div (with overflow hidden) containing all the images I have. When previous or next button is pressed, I animate the whole div either to left or right. The problem is, if I have many images loaded into the div, it becomes laggy and slow.

实现此图像滑块的最佳设计是什么?

What is the best design to implement this image slider?

推荐答案

如果不进入所需的代码,我的建议是使用 jquery(或 moo,如果那是你的东西)来维护一个三到五个图像长的 div,并保留所有要显示的图像的 url 列表.当您向左或向右滑动图像时,您会弹出另一端的图像并将相应的图像添加到另一侧.

Without going into the code required, my suggestion would be to use jquery (or moo if that's your thing) to maintain a div that is three to five images long, and keep a list of urls to all the images you want displayed. When you slide the images left or right, you'll pop off the image on the opposite end and add the appropriate image to the other side.

您可以使用相同的技术无缝地遍历列表.

You could use the same technique to loop through the list seamlessly.

这篇关于创建显示上一个和下一个图像的一部分的图像滑块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆