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.
|
// transition to running.
|
||||||
self._playState = .running;
|
self._playState = .running;
|
||||||
|
|
||||||
// Schedule the transition from .idle => .running in 10ms.
|
// Schedule the transition from .running => .finished in 10ms.
|
||||||
page.js.strongRef(self);
|
page.js.strongRef(self);
|
||||||
try page.js.scheduler.add(
|
try page.js.scheduler.add(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Reference in New Issue
Block a user