在 div 之间滑动重复的背景图像
如何使用 jQuery 创建在 div 之间滑动重复背景图像的效果?
看看我制作的这个简单的fiddle。我将 addClass
/ removeClass
jQuery 函数与 CSS 结合使用来更改具有背景图像的 div。一切都很好。
但是如果我想为每个 div 之间的背景图像滑动设置动画该怎么办?
How can you use jQuery to create the effect of sliding a repeated background-image between divs?
Take a look at this simple fiddle I made. I'm using the addClass
/ removeClass
jQuery functions in combo with CSS to change which div has the background-image. That all works fine.
But what if I wanted to animate the sliding of the background image between each div?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以制作一个背景 div,在文本后面获取动画:
JS--
HTML--
CSS--
这是一个演示: http://jsfiddle.net/Hwvsb/3/
You can make a background div that gets animated behind the text:
JS--
HTML--
CSS--
Here is a demo: http://jsfiddle.net/Hwvsb/3/