Home  >  Q&A  >  body text

javascript - gif animation causes page flickering problem

I am currently working on a webapp, and in a page with animated gifs, the page will flicker.
Is there any solution? Thanks!

ringa_leeringa_lee2663 days ago1708

reply all(1)I'll reply

  • typecho

    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;
    }

    reply
    0
  • Cancelreply