diff options
author | Timo Hausmann <hello.timohausmann@gmail.com> | 2022-02-07 23:02:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 08:02:43 +1000 |
commit | 2b028c35ab1a77c38a850c3c21082a5dacc18ac8 (patch) | |
tree | bc39a2a76233641a191a21f0433dea20133b11c2 | |
parent | 53af7dd2dbc6cb26b5e158e988cf349b31b7df13 (diff) | |
download | svg.js-2b028c35ab1a77c38a850c3c21082a5dacc18ac8.tar.gz svg.js-2b028c35ab1a77c38a850c3c21082a5dacc18ac8.zip |
d.ts Timeline.active() (#1253)
-rw-r--r-- | svg.js.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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
|