Nav links keeps wiggling when clicking on them

Hi @Eli11,

Thank you for the additional project, as it was very helpful.

What you’re experiencing is called Flash of Unstyled Text (FOUT), and can be fixed by adding the following to the Head of your project:

<style> .wf-loading * { opacity: 0; } </style>

The following short screencapture provides some insight: Screen Recording 2018-11-14...

You can view the original response at

Hopefully, this was helpful. Feel free to let me know if this is helpful, or if you have any additional questions.

1 Like