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
Expected: I'd like to fade-In/Out some element Result: The element is rendered in its initial state without being updated
Workaround : when using TweenMax to update opacity, elements are updated when resizing the browser's window (only for one frame)
Check this repo to illustrate the issue: https://github.com/audifaxdev/htmlgl-playground
The text was updated successfully, but these errors were encountered:
Thanks, will fix asap
Sorry, something went wrong.
One workaround would be to use HTMLGL.context.updateTextures();
It is however very expensive and makes the frame rate drop.
No branches or pull requests
Expected: I'd like to fade-In/Out some element
Result: The element is rendered in its initial state without being updated
Workaround : when using TweenMax to update opacity, elements are updated when resizing the browser's window (only for one frame)
Check this repo to illustrate the issue:
https://github.com/audifaxdev/htmlgl-playground
The text was updated successfully, but these errors were encountered: