@netless/slide 1.4.55-alpha.3 → 1.4.55-alpha.5
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/lib/Slide.d.ts +1 -1
- package/lib/Slide.js +2 -2
- package/package.json +3 -3
- package/lib/FrozenMediaState.d.ts +0 -13
package/lib/Slide.d.ts
CHANGED
|
@@ -296,6 +296,7 @@ export interface ISlideConfig {
|
|
|
296
296
|
interface MediaState {
|
|
297
297
|
type: "pause" | "play";
|
|
298
298
|
time: number;
|
|
299
|
+
frozenTime?: number;
|
|
299
300
|
fullscreen?: boolean;
|
|
300
301
|
}
|
|
301
302
|
interface TimeNodeSeqState {
|
|
@@ -446,7 +447,6 @@ export declare class Slide extends Slide_base {
|
|
|
446
447
|
private userInputTime;
|
|
447
448
|
private isSyncingSlideState;
|
|
448
449
|
private frozenTaskManager;
|
|
449
|
-
private frozenMediaTimes;
|
|
450
450
|
private randomId;
|
|
451
451
|
private resize;
|
|
452
452
|
private isAnimating;
|