We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello :)
Does it have function to delete old gif and load new? Something like this:
gif = gifler(srcTexture); gif.animate(canvasTexture); gif.delete() gif = gifler(newSrcTexture);
Or function to change src dynamically? Like this: gif.src("anim.gif")
gif.src("anim.gif")
The text was updated successfully, but these errors were encountered:
have same request to reload a new gif. currently it seems the new gif image and old one will be mixed together in each frame.
Sorry, something went wrong.
No branches or pull requests
Hello :)
Does it have function to delete old gif and load new? Something like this:
Or function to change src dynamically? Like this:
gif.src("anim.gif")
The text was updated successfully, but these errors were encountered: