-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GIF not working correctly #3
Comments
So what? There is no solution? Changing the image extensions is not an option. |
Because there are not ways to play animation in WebGL from GIF without expensive performance drop and increasing a parser/renderer size. There are no other reason to use gif. |
And there is a GIF without animation. For example, I have a lot of non-animated images in this format in my project, which the source swf loads... As far as I know, SWF initially did not have support for animated GIFs. |
@eshcrow project is Open Source. |
When exporting a gif, it doesnt render correctly.
Looks like only part of the image gets rendered.
Workaround: Replacing the images in the FLA with PNG.
The text was updated successfully, but these errors were encountered: