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 c3145977f0
commit b1f4ea562a

View file

@ -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>;