Skip to content

Commit

Permalink
remove the default question fade
Browse files Browse the repository at this point in the history
Fading was primarily motivated by wanting to prevent ugly redraw,
but we wait for both MathJax and images now.
  • Loading branch information
dae committed Mar 27, 2021
1 parent a598066 commit d28d249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/aqt/data/web/js/reviewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit d28d249

Please sign in to comment.