Yukuro / hugo-theme-shell

Hugo Shell theme : Terminal-like theme with selectable color schemes.

Home Page:https://hugo-theme-shell-example.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can' t control the execution order of Javascript

Yukuro opened this issue · comments

Is your feature request related to a problem? Please describe.

  • PS1 and stdout are displayed with the same animation. (#5)
  • Typing animation and MathJax cannot be executed simultaneously.

Details

  • The typewriter.js used for typing animation needs to be passed the HTML after it is generated by Javascript such as Mathjax.
  • The current implementation does not allow control over the order in which Javascript is executed, so typing animations and other Javascript are executed exclusively.
    • ( Since I' m using Hugo, I want to avoid using frameworks like jQuery as much as possible. )

Describe the solution you'd like

  • Using CSS animations

Describe alternatives you've considered

  • ( Using frameworks such as jQuery )

Additional context
N/A