javascript - gif animation causes page flickering problem
ringa_lee
ringa_lee 2017-07-05 10:58:32
0
1
1805

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
ringa_lee

ringa_lee

reply all(1)
typecho

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;
}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template