I am currently working on a webapp, and in a page with animated gifs, the page will flicker.
Is there any solution? Thanks!
typecho2017-07-05 11:00:32
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;
}