JQuery 浮动图像?

发布于 2024-12-11 05:19:26 字数 418 浏览 0 评论 0原文

我正在尝试在 JQuery 中创建一系列浮动图像。我的想法是,我将拍摄人们拿着气球的照片,这些图像将漂浮在一个盒子(928px × 232px)周围,并慢慢地从盒子中飘出(溢出:隐藏),并被飘入盒子中的另一张图像所取代。 因此,可能总共有 10 张图像,但在同一时间框中只有 3 张。

这是一件很难解释的事情,但我希望你能明白。 有没有什么东西接近我所追求的?我不是 JQuery 专家,但希望能够适应现有代码。

我能找到的最接近的是: http://www.dynamicdrive.com/dynamicindex4/flyimage.htm

我更喜欢JQuery 中的一些东西,因为它更容易制作动画。

I'm trying to create a series of floating images in JQuery. The idea is I will have photos of people holding balloons and these images will float around a box (928px × 232px) and slowly drift out of the the box (overflow:hidden) to be replaced by another image drifting into the box.
So there might be 10 images in total but only 3 in the box at any one time.

A tricky thing to explain but I hope you get the idea.
Is there anything out there thats somewhere near to what I'm after? I'm not an expert in JQuery but can hopefully adapt existing code.

The closest thing I can find is this:
http://www.dynamicdrive.com/dynamicindex4/flyimage.htm

I'd prefer something in JQuery as its much easier to animate.

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

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

发布评论

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

评论(1

苍风燃霜 2024-12-18 05:19:26

感谢 Marco Johannesen 的上述评论。给出的示例应该足以让我开始:)

http://jsfiddle.net/Whu2m/1/

Thanks to Marco Johannesen for his comment above. The example given should be enough to get me started :)

http://jsfiddle.net/Whu2m/1/

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