stopping animations on restart

removing smooth scroller on restart
This commit is contained in:
Miodec 2022-10-17 15:15:03 +02:00
parent 02e3c5a46f
commit 40cd8c58b0

View file

@ -490,6 +490,9 @@ export function restart(options = {} as RestartOptions): void {
repeatWithPace = true;
}
$("#words").stop(true, true);
$("#words .smoothScroller").stop(true, true).remove();
ManualRestart.reset();
TestTimer.clear();
TestStats.restart();