From: Timo Hausmann Date: Mon, 7 Feb 2022 22:02:43 +0000 (+0100) Subject: d.ts Timeline.active() (#1253) X-Git-Tag: 3.2.0~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2b028c35ab1a77c38a850c3c21082a5dacc18ac8;p=svg.js.git d.ts Timeline.active() (#1253) --- diff --git a/svg.js.d.ts b/svg.js.d.ts index baef3b9..696e72e 100644 --- a/svg.js.d.ts +++ b/svg.js.d.ts @@ -788,6 +788,7 @@ declare module "@svgdotjs/svg.js" { constructor() constructor(fn: Function) + active(): boolean schedule(runner: Runner, delay?: number, when?: string): this schedule(): ScheduledRunnerInfo[] unschedule(runner: Runner): this