Skip to content

Commit

Permalink
feat: add an option to determine whether to pause CSS animation when …
Browse files Browse the repository at this point in the history
…playback is paused (#428)

set pauseAnimation to true by default
  • Loading branch information
YunFeng0817 authored and Yuyz0112 committed Feb 6, 2021
1 parent ceb7eb8 commit 0870b78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions typings/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ export declare type recordOptions<T> = {
maskAllInputs?: boolean;
maskInputOptions?: MaskInputOptions;
maskInputFn?: MaskInputFn;
<<<<<<< HEAD
slimDOMOptions?: SlimDOMOptions | 'all' | true;
=======
>>>>>>> feat: add an option to determine whether to pause CSS animation when playback is paused (#428)
inlineStylesheet?: boolean;
hooks?: hooksParam;
packFn?: PackFn;
Expand Down Expand Up @@ -405,6 +408,7 @@ export declare enum ReplayerEvents {
StateChange = "state-change"
}
export declare type MaskInputFn = (text: string) => string;
<<<<<<< HEAD
export declare type ElementState = {
scroll?: [number, number];
};
Expand All @@ -418,4 +422,6 @@ export declare type LogRecordOptions = {
stringifyOptions?: StringifyOptions;
logger?: Logger;
};
=======
>>>>>>> feat: add an option to determine whether to pause CSS animation when playback is paused (#428)
export {};

0 comments on commit 0870b78

Please sign in to comment.