旋转一组图像

发布于 2024-12-10 09:11:24 字数 212 浏览 0 评论 0原文

我正在尝试为我正在开发的网站的一部分设置“旋转图像”。我已经为单个项目拍摄了很多照片(30+),并且我想将它们显示为旋转的 3D 图像(具有可能的可拖动速度)。

我采取的一种方法是将其设置为 CSS 背景,并每 0.1 秒循环一次图像。它工作正常,但它会疯狂地闪烁,直到图像完成完整旋转(我假设这是因为图像尚未缓存)

有人实现了类似的东西或有建议吗?

非常感谢。

I am trying to setup a "rotating image" for part of a site I am working on. I have taken many photos of a single item (30+), and I want to display them like it is a rotating 3D image (with a possible draggable speed).

One approach I have taken is setting it as a CSS background, and looping through the images every 0.1s. It works alright, but it flickers like crazy until the image has done a full rotation (I am assuming this is because the image is not yet cached)

Has anyone implemented something similar or have a suggestion?

Much appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谢绝鈎搭 2024-12-17 09:11:24

jQuery Cycle 是一个令人惊奇的多功能、轻量级 jQuery 插件。

http://jquery.malsup.com/cycle/

jQuery Cycle is an amazingly versatile, light-weight, jQuery plugin.

http://jquery.malsup.com/cycle/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文