gpt4 book ai didi

javascript - 自动滚动大水平图像

转载 作者:太空宇宙 更新时间:2023-11-04 03:03:40 25 4
gpt4 key购买 nike

我有一个简单的 HTML 页面,其中包含一个 div 和一个 img 标签,

<div class="wrapper">
<img class="long-image" src="http://www.blueskyimages.info/images/header3.jpg?template=art_and_photography-003&colorScheme=blue&header=&button=buttons1" alt="this is long horizontal image"/>
</div>

图像尺寸为 4000x1000 像素,我希望此图像在加载图像时自动滚动。

我不确定如何只用一张大图来做到这一点

fiddle here

最佳答案

您可以使用 jQuery 为 DIV 的背景设置动画。

(function slide(){
$('.wrapper').animate({backgroundPosition : '-=2px'}, 60, 'linear', slide);
})();

工作 JSFiddle

关于javascript - 自动滚动大水平图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30867461/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com