Commit 755f319a5b224d8721e316802d7fc213208dc358
Exists in
master
and in
1 other branch
Merge branch 'master' into dev
Showing
1 changed file
with
14 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -304,6 +304,20 @@ To fix this issue you need to allow animations in the Operating System: |
304 | 304 | * On MacOS or iOS search for reduced motion and switch it **OFF** |
305 | 305 | (Preferences -> Acessibility -> Display -> Reduce motion). |
306 | 306 | |
307 | +### The application runs but questions do not show up | |
308 | + | |
309 | +Some operating systems have an option to disable animations to try to avoid | |
310 | +motion sickness in some people. Browsers will check this option with the OS and | |
311 | +prevent animate.css library to work. Since questions have several animations, | |
312 | +these will will not work and nothing is shown on the page. | |
313 | + | |
314 | +To fix this issue you need to allow animations in the Operating System: | |
315 | + | |
316 | +* On windows 10, go to System Preferences, search for "Show animations in | |
317 | + windows" and turn it **ON**. | |
318 | +* On MacOS or iOS search for reduced motion and switch it **OFF** | |
319 | + (Preferences -> Acessibility -> Display -> Reduce motion). | |
320 | + | |
307 | 321 | ## FAQ |
308 | 322 | |
309 | 323 | Common database manipulations: | ... | ... |