You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I originally thought this issue might be related to Firefox, but it seems like it's mostly related to hardware acceleration. With hardware acceleration turned off, some pages will have very choppy animations or scrolling.
We aren't making a complicated site, so we don't want to need hardware acceleration in order to have a good experience.
Right now the issues are caused by the background styling sections in style.css. I think it's mostly related to the alpha blending employed.
Removing the animation improves performance considerably but isn't the only cause. Maybe the method used to animate is also unnecessarily strenuous? (either by timing or by what is keyframed)
I originally thought this issue might be related to Firefox, but it seems like it's mostly related to hardware acceleration. With hardware acceleration turned off, some pages will have very choppy animations or scrolling.
We aren't making a complicated site, so we don't want to need hardware acceleration in order to have a good experience.
Right now the issues are caused by the background styling sections in style.css. I think it's mostly related to the alpha blending employed.
mdva-melee/style/style.css
Lines 6 to 44 in 44f2e6a
Alternatives need to be investigated such as using different tiling sizes, avoiding alpha, or using static images.
The text was updated successfully, but these errors were encountered: