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.
playgif为动画 gif 添加了功能,包括暂停、反转和速度调整的控件。我想在我的网站上使用动画 gif 来做到这一点。任何想法如何完成以及是否可以在 javascript 和/或 python 中创建解决方案?
看一下页面源。所有的代码都在那里,没有混淆。
看起来图像被分割成单独的帧作为单独的图像,然后 javascript 简单地切换哪一个是可见的。我猜服务器使用一些标准图像库分割 GIF,然后页面的 javascript 使用该图像库。