anki/qt/aqt/data
Damien Elmes 8e5e277ee4 don't wait for images before revealing
Currently there's a nasty blink when revealing the answer if the answer
has images on it, as the entire card is hidden, and not shown again until
the images have loaded. This patch removes the wait, so text should appear
more quickly, but it will mean the images may pop in.

We still wait for images before scrolling, to avoid a scroll to the wrong
location.

There's plenty of scope to improve this further - preloading images,
rendering MathJax in advance, etc, but those changes will need to wait
for now. #1120 has some related discussion.
2021-06-24 12:22:25 +10:00
..
lib turn top bar dark when night mode enabled on macOS 2021-02-04 19:19:56 +10:00
web don't wait for images before revealing 2021-06-24 12:22:25 +10:00
BUILD.bazel turn top bar dark when night mode enabled on macOS 2021-02-04 19:19:56 +10:00