Skip to content

Conversation

penguinencounter
Copy link

prevents glitchy scrolling effect. especially obvious on Firefox (and maybe other browsers) for the first few seconds after the page loads (try https://hexcasting.hexxy.media/v/0.11.2/1.0/en_us/#items/pigments)

also, userstyle if you'd like to test (Stylus et al):

/* ==UserStyle==
@name           Hexdoc animated texture demo
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://hexcasting.hexxy.media") {
    .animated-sync.animated-sync {
        animation-timing-function: steps(1, start);
    }
}

prevents glitchy scrolling effect. especially obvious on Firefox for the first few seconds after the page loads (try https://hexcasting.hexxy.media/v/0.11.2/1.0/en_us/#items/pigments)
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

Successfully merging this pull request may close these issues.

1 participant