anki/qt/aqt/data/web/js
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
..
vendor Remove explicit popperjs again, because it's included in bootstrap.bundle 2021-03-09 13:37:56 +01:00
BUILD.bazel support card state mutator in test scheduler 2021-05-17 16:59:02 +10:00
compile_ts.bzl move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
deckbrowser.ts move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
mathjax.js fix '\\' being converted to single backslash 2021-04-07 21:50:33 +10:00
pycmd.d.ts move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00
reviewer-bottom.ts Purge jQuery from reviewer-bottom 2021-04-13 19:41:04 +02:00
reviewer.ts don't wait for images before revealing 2021-06-24 12:22:25 +10:00
toolbar.ts add missing copyright headers to *.ts 2021-04-13 18:57:08 +10:00
tsconfig.json Make fields div instead of table + implement fieldIsInInlineMode logic 2021-01-26 23:00:55 +01:00
webview.ts move aqt_data into source folder; implement wheel building 2020-11-04 12:14:03 +10:00