Open
Description
Version
2.0.7
Reproduction link
Operating System
OSX
Device
Macbook Pro
Browser & Version
Version 85.0.4183.83 (Official Build) (64-bit)
Steps to reproduce
Visit link provided. Scroll up and down to trigger the nav-bar transition. It can take a little while of scrolling up and down around that transition to trigger it.
What is expected?
The page not to 'flash' white when scrolling.
What is actually happening?
The page is flashing white.
Solution
I found what I believe to be proposed solutions here (https://stackoverflow.com/questions/20905941/blinking-fixed-header-in-site-with-scrolling-animation) and here (https://davidwalsh.name/translate3d). I'm guessing that -webkit-transform: translate3d(0,0,0);
needs to be added somewhere.
Additional comments
I've seen this behavior on the demo site, locally in a repository of my own. As well as a fellow developer working alongside me.
Metadata
Metadata
Assignees
Labels
No labels