appchan-x icon indicating copy to clipboard operation
appchan-x copied to clipboard

Halloween theme causes page to flicker.

Open analblaze opened this issue 8 years ago • 5 comments

https://vgy.me/PBVmLP.gif

analblaze avatar Oct 31 '16 16:10 analblaze

Same issue here

nar001 avatar Oct 31 '16 18:10 nar001

https://dl.dropboxusercontent.com/u/79479793/ShareX/2016/10/2016-10-31_13-05-48.webm

Same, I'm just gonna disable it for the event, as it might take a few days for the bug to be found

David1544 avatar Oct 31 '16 20:10 David1544

You can fix it by adding this to Custom CSS (bottom of the Advanced tab of the settings):

:root.blink {
  -webkit-animation: none;
  animation: none;
}

ccd0 avatar Oct 31 '16 20:10 ccd0

Awesome, thanks

David1544 avatar Oct 31 '16 20:10 David1544

This bug is old as shit but still there. Solution from @ccd0 fixes it.

im-n1 avatar Oct 06 '17 04:10 im-n1