mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
remove the default question fade
Fading was primarily motivated by wanting to prevent ugly redraw, but we wait for both MathJax and images now.
This commit is contained in:
parent
815fd2df0b
commit
13255ed096
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ var ankiPlatform = "desktop";
|
|||
var typeans;
|
||||
var _updatingQueue: Promise<void> = Promise.resolve();
|
||||
|
||||
var qFade = 50;
|
||||
var qFade = 0;
|
||||
var aFade = 0;
|
||||
|
||||
var onUpdateHook: Array<Callback>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue