feat: add an option to determine whether to pause CSS animation when playback is paused (#428)
set pauseAnimation to true by default
This commit is contained in:
2
typings/replay/index.d.ts
vendored
2
typings/replay/index.d.ts
vendored
@@ -19,7 +19,7 @@ export declare class Replayer {
|
||||
private fragmentParentMap;
|
||||
private imageMap;
|
||||
constructor(events: Array<eventWithTime | string>, config?: Partial<playerConfig>);
|
||||
on(event: string, handler: Handler): void;
|
||||
on(event: string, handler: Handler): this;
|
||||
setConfig(config: Partial<playerConfig>): void;
|
||||
getMetaData(): playerMetaData;
|
||||
getCurrentTime(): number;
|
||||
|
||||
Reference in New Issue
Block a user