diff options
Diffstat (limited to 'svg.js.d.ts')
-rw-r--r-- | svg.js.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svg.js.d.ts b/svg.js.d.ts index 2e227a4..0dddfdc 100644 --- a/svg.js.d.ts +++ b/svg.js.d.ts @@ -851,7 +851,7 @@ declare module "@svgdotjs/svg.js" { reset(): this
finish(): this
reverse(r?: boolean): this
- ease(fn: Function): this
+ ease(fn: Function | string): this
active(): boolean
active(a: boolean): this
addTransform(m: Matrix): this
|