使用 Jquery 控制 GIF 动画?
这可能吗?我做了一些谷歌搜索但似乎没有找到任何东西。我想要的有点像 gif 图像的停止/播放功能。
会很棒的。
Is this possible? I did some google search but don't seem to find anything. What I want would be kind of like a stop/play function to a gif image.
Would be awesome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不。Gif 由浏览器播放。你对此无能为力。
您唯一能做的就是用占位符替换图像。但这不会在您单击/切换时在动画的特定位置停止和启动 gif。
No. Gifs are played by the browser. There is nothing you can do about it.
The only thing you can do is replace the image with a placeholder. But that will not stop and start the gif at specific locations of the animation, right when you click/toggle.
https://stackoverflow.com/a/6017468/873792
https://stackoverflow.com/a/6017468/873792
你不能用jquery控制GIF,我已经尝试过很多次了。
您可以做的是使用库拆分为单个框架,然后将其中之一显示为占位符。
You cannot control a GIF with jquery, I've tried many times.
What you can do is use libraries to split into single frames and then show one of these as a placeholder instead.