Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Halloween theme causes page to flicker. #996

Open
analblaze opened this issue Oct 31, 2016 · 5 comments
Open

Halloween theme causes page to flicker. #996

analblaze opened this issue Oct 31, 2016 · 5 comments

Comments

@analblaze
Copy link

https://vgy.me/PBVmLP.gif

@nar001
Copy link

nar001 commented Oct 31, 2016

Same issue here

@David1544
Copy link

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
Copy link
Contributor

ccd0 commented Oct 31, 2016

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
Copy link

Awesome, thanks

@im-n1
Copy link

im-n1 commented Oct 6, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants