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.
CSS是否提供了一种从动画png(APNG,PNG)中获取特定帧的方法,或者甚至仅将(A)PNG从帧A循环到帧B?
就 CSS 而言,APNG 不是一个考虑因素,大多数浏览器甚至不支持它(除了 firefox)
您最好将 APNG 转换为 PNG spritesheet,使用 Javascript 对其进行动画处理,并使用 CSS 中的 background-position 来获取特定帧。