Please disable the website header animation (or fix jumpy bug)

The derivative website’s header animation (when scrolling a webpage up/down) does not play nice with the forum engine’s ‘jump to’ functionality, and makes about a half-second-long super jumpy glitch happen whenever you click on a topic to see its latest post:

chrome_tKT8VOTytP

I am using the stylebot extension on chrome to get around this with the following code:

.d-header {
  -webkit-transition: none!important
}

…which makes the transition instant, causing no jumpiness.

1 Like

installing stylebot extension, this has been driving me nuts!

we’ve been working on some changes to address this, should be available shortly

3 Likes