Browse Source

d.ts Timeline.active()

pull/1253/head
Timo Hausmann 2 years ago
parent
commit
67d3eff503
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      svg.js.d.ts

+ 1
- 0
svg.js.d.ts View File

@@ -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

Loading…
Cancel
Save