anki/qt/aqt/data/web
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
..
css improve type answer legibility 2021-05-22 10:31:29 +10:00
imgs Fix some code quality issues 2021-04-15 13:09:49 +02:00
js don't wait for images before revealing 2021-06-24 12:22:25 +10:00
pages new change notetype implementation for the frontend 2021-06-10 22:19:24 +10:00
.prettierrc .prettierrc needs to be in web/, as it's needed for sass as well 2020-12-21 17:05:31 +10:00
BUILD.bazel move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00