fix comment

This commit is contained in:
Pierre Tachoire
2026-02-19 10:36:29 +01:00
parent 5248b9fc6f
commit 9939797792

View File

@@ -68,7 +68,7 @@ pub fn play(self: *Animation, page: *Page) !void {
// transition to running.
self._playState = .running;
// Schedule the transition from .idle => .running in 10ms.
// Schedule the transition from .running => .finished in 10ms.
page.js.strongRef(self);
try page.js.scheduler.add(
self,