Animated equations on the web: Part 2
I got around to working on animated equations on the web again, just out of sheer procrastination and refusal to do the things I should actually be doing.
Hereβs my idea:
- Convert LaTeX to HTML using katex β
- For each equation, generate a diff of the dom between the current and the next β
- Generate the transition dom between the current and the next, using revealjs to animate.
So far, Iβve gotten to the diff part, and the only thing left is to assemble the transition, but my brain is fried from work, so Iβm taking a break for now.