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:
Damien Elmes 2021-03-22 12:11:00 +10:00
parent a598066a5b
commit d28d2493c0

View file

@ -9,7 +9,7 @@ var ankiPlatform = "desktop";
var typeans; var typeans;
var _updatingQueue: Promise<void> = Promise.resolve(); var _updatingQueue: Promise<void> = Promise.resolve();
var qFade = 50; var qFade = 0;
var aFade = 0; var aFade = 0;
var onUpdateHook: Array<Callback>; var onUpdateHook: Array<Callback>;