DEV Community

Discussion on: Trying Lazy Loading and getting flicker?

Collapse
 
devdrake0 profile image
Si

It's "flashing" because you're page is loading too quickly, so the spinner loads and then disappears because the job is over.

I'm not a frontend dev, or a designer, but I would find a loading mechanism that doesn't cause a flash.

For example, a skeleton screen.