Coda 滑块在第 12 个幻灯片项目后崩溃
我在我的网站上使用 coda 滑块 http://joelglovier.com 获取精选作品。一切都很顺利,直到我完成了 12 个幻灯片项目,此时过渡效果有点消失了。
不像前 12 张幻灯片那样平滑地过渡到下一张幻灯片,第 12 张之后的每张幻灯片都会先回到第一张幻灯片,然后一直滑到第 12 张之后的幻灯片。
任何线索为什么会发生这种情况,或者除了仅使用 12 张幻灯片之外我该如何解决它?我已经看到它在包含超过 12 个项目的 其他网站 上运行,所以这一定是我的实现存在问题。
编辑:我在 Chrome(最新版本)上看到了行为 EDIT2:澄清一下,我不仅在 Chrome 上看到了这种行为,还在 Safari 和 Firefox 上看到了这种行为。
I'm using the coda slider on my website http://joelglovier.com for featured work. All was well until I got past 12 slide items, at which point the transition effect sort of wigs out.
Instead of transitioning smoothly to the next slide, as it does for each of the first 12 slides, each slide after the 12th transitions by going all the way back to the first slide and then sliding all the way to the slides past 12.
Any clue why this is happening, or how I can resolve it apart from using only 12 slides? I've seen it work on other sites with more than 12 items, so it must be an issue with my implementation.
EDIT: I'm seeing the behavior on Chrome (newest build)
EDIT2: to clarify, I see the behavior not just on Chrome, but also on Safari and Firefox.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 jQuery 从当前使用的 1.4(最新)升级到 1.5.2:
更改第 33 行(在渲染的 HTML 中):
对此
Upgrade jQuery from your current use of 1.4 (latest) to 1.5.2:
Change line 33 (in the rendered HTML):
To this