Skip to content
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

Open
sSolsta opened this issue Jun 24, 2024 · 4 comments
Open

website is laggy on firefox #53

sSolsta opened this issue Jun 24, 2024 · 4 comments

Comments

@sSolsta
Copy link

sSolsta commented Jun 24, 2024

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
@Elip100
Copy link
Contributor

Elip100 commented Jun 27, 2024

I use Firefox and have had no issues with the Geode website.

@NeoNyaa
Copy link

NeoNyaa commented Jul 9, 2024

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;
}

@NeoNyaa
Copy link

NeoNyaa commented Jul 9, 2024

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

@NeoNyaa
Copy link

NeoNyaa commented Jul 9, 2024

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 :/
https://github.com/geode-sdk/website/assets/56982408/5d68509f-18de-4df8-b2ee-5657c8c6c653

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants