是否有一个 jQuery 幻灯片插件可以让我设置单个图像的时间?
我想知道是否有一个预先构建的 jQuery 幻灯片,可以让我在某些图像上设置比其他图像更长的暂停。
我有括号内的照片,希望从深色照片淡入中等曝光。我认为它看起来会很时髦。
干杯,
本
I would like to know if there is a prebuilt slideshow for jQuery that will allow me to set longer a longer pause on some images than others.
I have bracketed photos and would like to fade through from the dark one to the medium exposed on. I think it will look groovy.
Cheers,
Ben
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过在一个内部有两个
setTimeout
调用的函数上调用setInverval
解决了这个问题。结果是一张幻灯片显示 500 毫秒,下一张幻灯片显示 1500 毫秒。
I solved this by calling
setInverval
on a function with twosetTimeout
calls inside it.The result is one slide displaying for 500 milliseconds and the next displaying for 1500 milliseconds.