mirror of
https://github.com/ankitects/anki.git
synced 2025-11-15 09:07:11 -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
c3145977f0
commit
b1f4ea562a
1 changed files with 1 additions and 1 deletions
|
|
@ -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>;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue