mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-03-22 04:34:44 +00:00
fix comment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user