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.
有什么方法可以在浏览器中计算 JS 中的 APNG 帧吗?
对于修改迭代次数和交互性的脚本,我想从给定的 APNG 文件中确定其动画的单次迭代需要多长时间。我认为这没有明确写在任何地方,但也许frames * (1 / 72)可以解决问题。
frames * (1 / 72)
逻辑比我想象的要复杂,但无论如何,apng-js似乎已经弄清楚了——它正确解析了 APNG,以及帧、播放时间等等。