Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 .gif(透明度),我想出现在 Web 浏览器的左侧,漂浮在整个浏览器面上并在右侧消失。
任何帮助表示赞赏。
你应该使用 jquery animate 函数,比如
.img{position:absolute;left:0} $('.img').animate({"left":"100%"},300,function(){$('.img').delay(300).fadeOut()})
这个问题已经问过了。我通过简单的谷歌搜索找到了它。 在网页上移动图像