zixaphir / appchan-x

The most comprehensive, feature filled 4chan userscript.
http://zixaphir.github.io/appchan-x
Other
134 stars 61 forks source link

Halloween theme causes page to flicker. #996

Open analblaze opened 7 years ago

analblaze commented 7 years ago

https://vgy.me/PBVmLP.gif

nar001 commented 7 years ago

Same issue here

David1544 commented 7 years ago

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

ccd0 commented 7 years ago

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;
}
David1544 commented 7 years ago

Awesome, thanks

im-n1 commented 6 years ago

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