-
Notifications
You must be signed in to change notification settings - Fork 24
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
website is laggy on firefox #53
Comments
I use Firefox and have had no issues with the Geode website. |
It's caused by the background and sideart images. The following CSS can solve the laggyness (at least for me). .bg, .side-art {
background-image: none !important;
} |
Here is a before and after disabling the images. 2024-07-09.18-30-21.mp4 |
fixed video for firefox :/ |
website runs perfectly fine on edge, so it is most likely just a firefox issue. i know firefox has issues with css animations but i don't know for certain that that's the cause of the lag
2024-06-24.15-46-23.mp4
The text was updated successfully, but these errors were encountered: