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.
使用 GWT,是否可以使用动画 gif 并仅显示其中的特定帧?例如,显示第 4 帧,然后显示第 5 帧。我们是否可以控制 GWT 中动画 gif 的各个帧?
不,这在 GWT 中是不可能的,在 JavaScript 中也是不可能的。
正如 Cory 建议的那样,您可以在服务器端将 GIF 拆分为单独的帧,然后根据浏览器事件提供单独的图像。