anki/web
Damien Elmes 68d55239b4 rework fade in code
there were a number of issues with preloading:
- it could result in duplicate IDs in the document
- embedded styles failed to apply, because a preloaded item was
overriding them
- the type answer code needed rewriting to support it

so we're back to something closer to the old approach - a single node
that we fade out, update, and then fade in again. this means there's a
longer delay when revealing mathjax, but should minimize the breakage of
existing notes
2017-08-06 12:01:30 +10:00
..
mathjax bundle mhchem 2017-08-05 12:47:07 +10:00
browsersel.js split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
editor.css split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
editor.js refactor editor focus handling 2017-08-05 15:16:20 +10:00
jquery-ui.js split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
jquery.js split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
plot.js split js code out into separate files, mathjax improvements 2017-07-28 16:35:45 +10:00
reviewer-bottom.js fix some js lint 2017-07-28 16:48:49 +10:00
reviewer.css rework fade in code 2017-08-06 12:01:30 +10:00
reviewer.js rework fade in code 2017-08-06 12:01:30 +10:00
webview.js move webview js into separate file 2017-08-01 17:04:55 +10:00