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

Make it possible to remove flicker effect #4

Open
E1k3 opened this issue Apr 1, 2022 · 6 comments
Open

Make it possible to remove flicker effect #4

E1k3 opened this issue Apr 1, 2022 · 6 comments

Comments

@E1k3
Copy link

E1k3 commented Apr 1, 2022

The effect gets nauseating after a while and it should be possible to disable it.

@baby-Sleep
Copy link

So did you solve this problem?

@baby-Sleep
Copy link

I found a solution,in "pixo/static/css/main.min.css",
search "@Keyframes flicker",
change "0%-100%" to "0%" and "100%", delete the middle,
and
change the value of the parameter "opacity" to ".5".
such as:
1

good luck.

@baby-Sleep
Copy link

and remember to clear your browser cache.

@hmrserver
Copy link
Owner

thanks for your contribution, I would love to merge your pull request addressing the issue.

If possible could you please create a pull request for the same?

@Greenscreener
Copy link

The user should be able to turn it off in the UI for themselves, easily and fast. This is an accessibility nightmare. WCAG would like to know your location.

@HexPandaa
Copy link

You can also add the following CSS to the Theme config in the admin section. That way you don't have to change the theme files.

main:before {
  animation: none;
}

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