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