I am currently working on a webapp, and in a page with animated gifs, the page will flicker. Is there any solution? Thanks!
ringa_lee
Try adding v-cloak to the element of the image, or the first p or body of the module
If your element has display:none Try adding it to the css
[v-cloak] { display: none !important; }
Try adding v-cloak to the element of the image, or the first p or body of the module
If your element has display:none
Try adding it to the css