-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
It took me a bit of experimenting and help in #77 to figure out that:
blankCanvasexecutes its argument (sayrun) the moment the user opens the browser windows,- opening a second browser window will execute a new, independent instance of
run - closing a window browser does not stop the instance
- reloading hence starts a new instance (useful after the window changed size), but the previous keeps running.
So if one is creating animations and reloads the page a few times, many instances are running in parallel.
Is the above correct? Could it be added to the docs of blankCanvas?
Also, why is it not possible to kill an instance after the browser window has been closed/reloaded?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels