Redot-Engine / redot-landing-page

Redot Engine is an ambitious, community-driven fork of the Godot Engine, aiming to expand upon its capabilities for 2D and 3D game development
https://www.redotengine.org
MIT License
19 stars 4 forks source link

Background buggy (strutting) on mobile #94

Closed holy-mother-I-am-drunk closed 5 days ago

holy-mother-I-am-drunk commented 2 weeks ago

On mobile, when scrolling from top slowly the background behind the redot logo stutters.

chrisrabe commented 2 weeks ago

What type of mobile device are you using so that I can try to reproduce?

adikhoff commented 2 weeks ago

This might have to do with the absolute positioning of the hero footer. Some mobile browsers have a toolbar at the bottom that disappears when scrolling down. That causes the hero footer to suddenly drop down as well.

holy-mother-I-am-drunk commented 2 weeks ago

What type of mobile device are you using so that I can try to reproduce?

I'm using a Xiaomi note 12, Firefox nightly as a browser. Android 14 if that helps.

It's more like the image is trying to adjust itself multiple times to set coordinates.

adikhoff commented 2 weeks ago

Xiaomi note 12, Firefox nightly as a browser

That will make it hard to reproduce.

holy-mother-I-am-drunk commented 2 weeks ago

That will make it hard to reproduce.

It's not that bad of a problem, just an observation, if it can be fixed then good. If not, then nothing severe, I had my Fair share of websites that do that even on other phones, even the rolls Royce website does that 😅. So it's just a minor issue

chrisrabe commented 5 days ago

Marking as won't fix for now and closing issue