无论如何,要使用 jQuery 在 body 元素上的大照片中添加幻灯片效果吗?
我有一个网站,该网站在页面宽度约为 1060 像素的网站上使用大型背景照片(约 1200 像素宽)。为了防止出现水平滚动条,我需要在 body 元素上加载背景照片。该页面包含一个轮播,当它转换时,里面的文本会发生变化(根据单击的按钮从左到右/从右到左滑动),然后一旦完成,背景照片就会发生变化。
有没有办法使用 jQuery 将 body 元素中的背景照片从一侧滑动到另一侧?如果是这样,有人可以给我举个例子吗?
I have a site that uses large background photos (around 1200px wide) on a site that has a page width of around 1060px. In order to prevent horizontal scrollbars from appearing, I need to load the background photos on the body element. The page contains a carousel and when it transitions, the text inside changes (slides left to right / right to left depending on the button clicked) then once it's complete, the background photo changes.
Is there anyway to use jQuery to slide the background photo in the body element from one side to another? If so, can someone give me an example?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以像这样对背景图像进行动画处理...
演示: http://jsfiddle.net/wdm954/eC8vP/< /a>
有关 animate 的更多信息:http://api.jquery.com/animate/
You can animate the background image like so...
Demo: http://jsfiddle.net/wdm954/eC8vP/
More on animate: http://api.jquery.com/animate/
这个插件可能可以帮助你。
This plugin can probably help you out.