@rive-app/webgl-single 1.1.4 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/rive.d.ts +2 -0
- package/rive.js +30 -20
- package/rive.js.map +1 -1
package/package.json
CHANGED
package/rive.d.ts
CHANGED
|
@@ -268,12 +268,14 @@ export declare class Rive {
|
|
|
268
268
|
private taskQueue;
|
|
269
269
|
private animator;
|
|
270
270
|
private static readonly missingErrorMessage;
|
|
271
|
+
private shouldDisableRiveListeners;
|
|
271
272
|
durations: number[];
|
|
272
273
|
frameTimes: number[];
|
|
273
274
|
frameCount: number;
|
|
274
275
|
constructor(params: RiveParameters);
|
|
275
276
|
static new(params: RiveParameters): Rive;
|
|
276
277
|
private init;
|
|
278
|
+
private setupRiveListeners;
|
|
277
279
|
private initData;
|
|
278
280
|
private initArtboard;
|
|
279
281
|
drawFrame(): void;
|