mathjax / MathJax-website

The MathJax website
https://www.mathjax.org
22 stars 21 forks source link

Replace zoom code with a version that disables updates during typesetting. #53

Closed dpvc closed 8 years ago

dpvc commented 8 years ago

This turns off processSectionDelay and uses Rerender rather than Reprocess actions to avoid the heigh flickering issue. It also prevents queuing of typesetting commands while MathJax is already in the process of typesetting. It makes the slider more responsive, and makes the type-in respond on a return rather than on every keystroke.

I tested the code in a separate page, but don't have the setup to test it in situ.

pkra commented 8 years ago

Thanks.