mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
further decrease default q/a fade time
This commit is contained in:
parent
0a633160c5
commit
32093bb428
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ var ankiPlatform = "desktop";
|
|||
var typeans;
|
||||
var _updatingQA = false;
|
||||
|
||||
var qFade = 100;
|
||||
var qFade = 50;
|
||||
var aFade = 0;
|
||||
|
||||
var onUpdateHook;
|
||||
|
|
Loading…
Reference in a new issue