@netless/app-slide 0.2.100-alpha.0 → 0.2.100-alpha.2

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/dist/index.d.ts CHANGED
@@ -323,6 +323,7 @@ interface ISlideConfig {
323
323
  interface MediaState {
324
324
  type: "pause" | "play";
325
325
  time: number;
326
+ frozenTime?: number;
326
327
  fullscreen?: boolean;
327
328
  }
328
329
  interface TimeNodeSeqState {
@@ -473,7 +474,6 @@ declare class Slide extends Slide_base {
473
474
  private userInputTime;
474
475
  private isSyncingSlideState;
475
476
  private frozenTaskManager;
476
- private frozenMediaTimes;
477
477
  private randomId;
478
478
  private resize;
479
479
  private isAnimating;