JS Processes
This page is an extension of the Help page for showcasing a list of JavaScript processes involved in the rest of the site (and some involved on this page too).
Theme Scripts
These are all of the processes (by name, not including body) involved in changing the theme of the website
toggleTheme ();
setDark ();
setLight ();
Animation Scripts
These are all of the processes (by name, not including body) involved in animations in the website
observer .observe (target : Element );
Thank You.