usevital / notessential

The Nuxt-based frontend that powers NotEssential.
https://notessential.blurry.gay
GNU General Public License v3.0
13 stars 7 forks source link

Homepage animation loops improperly on Firefox-based browsers #29

Closed HyperSoop closed 3 months ago

HyperSoop commented 3 months ago

Describe the bug here

The moving stripe on the homepage of the site seems to loop improperly, causing some text on the left side of the screen to disappear once in a while

Steps to reproduce

Step 1: Visit https://notessential.blurryface.xyz/ Step 2: Wait 20 seconds or so

Expected result

The animation loops seamlessly (no text ever just pops out of existence)

Additional info

image image uBO doesn't block anything on the page.

Checklist

HyperSoop commented 3 months ago

https://github.com/blryface/notessential/assets/85982640/a87dec9e-ed20-449a-9e7d-0c2d42029595

KTrain5169 commented 3 months ago

I assume this is Firefox? I can read, this is still based off of Firefox tho so same thing

worldwidepixel commented 3 months ago

I created this animation and only tested it on Google Chrome. I'll try recreating on Firefox.

blryface commented 3 months ago

Can confir, happens on FireFox. I assume it has something to do with the position it decides to start on it

worldwidepixel commented 3 months ago

I'll try a Node-provided 'slider module' to hopefully get a more consistent result.

Nitrrine commented 3 months ago

Should be fixed by 4c03226