-
Notifications
You must be signed in to change notification settings - Fork 0
Hooks
Zhaoyi Shi edited this page Jul 20, 2025
·
4 revisions
provides a timer that runs a function (usually a algorithms nextStep function) on a variable interval. The play and pause function run and pause the timer, changeFreq(newFreq: number) adjusts the interval speed (it's frequencies, so smaller number = fast interval). the variables freq and playing are exposed as well.
handles the storage and loading of the graphs from the local storage
see Training Stages