You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a developer/debug mode that "unlocks" constants, such that the code can be modified in the browser dev console while the code is running. This would allow users to modify the animation while the settings feature isn't implemented, and would make testing and debugging easier and more fun. I'll implement it by conditionally executing code based on the content of location.href, so the mode only activates at page-load-time if the user knows the "special URL" or clicks a link containing it
The text was updated successfully, but these errors were encountered:
Add a developer/debug mode that "unlocks" constants, such that the code can be modified in the browser dev console while the code is running. This would allow users to modify the animation while the settings feature isn't implemented, and would make testing and debugging easier and more fun. I'll implement it by conditionally executing code based on the content of
location.href
, so the mode only activates at page-load-time if the user knows the "special URL" or clicks a link containing itThe text was updated successfully, but these errors were encountered: