How to display a Gif successfully with Gif.toAnimation()
#3170
-
Version: 0.29.3 PremiseI want to implement a loading screen with the following GIF (20ms x 85 frames) and Main TopicWhen I checked the operation of the animation in the Excalibur sandbox, it displayed as follows Untitled.video.-.Made.with.Clipchamp.mp4Additionally, I have confirmed that the image(animation) displays correctly when using Could this be due to a setting issue? Also, below are the code and network tabs for reference. The code* This is almost the same as
Network* The GIF(focused) was retrieved correctly, but I think the data:image was not retrieved as intended. Excalibur/src/engine/Resources/Gif.ts Line 570 in 76f65bd |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@ambmcmdmem626 Definitely unexpected, I'll dig in today |
Beta Was this translation helpful? Give feedback.
@ambmcmdmem626 WOO! I think I've got it fixed. I've dug through the gif parser and fixed up a few misses
gif-fixed.mp4