JQuery 浮动图像?
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
感谢 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/