mirror of
https://github.com/ankitects/anki.git
synced 2025-12-30 23:32: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
a598066a5b
commit
d28d2493c0
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