-
Notifications
You must be signed in to change notification settings - Fork 26
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
Comments
So did you solve this problem? |
I found a solution,in "pixo/static/css/main.min.css", good luck. |
and remember to clear your browser cache. |
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? |
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. |
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;
} |
The effect gets nauseating after a while and it should be possible to disable it.
The text was updated successfully, but these errors were encountered: