Fade in and fade out

This commit is contained in:
2026-05-03 20:24:24 -04:00
parent 24fed2fa7a
commit fbe46b8215
11 changed files with 178 additions and 22 deletions

View File

@@ -21,7 +21,7 @@ socket.onmessage = (event) => {
showProblem();
// start animation sequence
startSequence();
startSteps();
}
};