@netless/app-slide 0.0.58 → 0.1.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.
@@ -26,6 +26,8 @@ export declare class SlideController {
26
26
  private readonly onTransitionEnd;
27
27
  private readonly onError;
28
28
  private syncStateOnceFlag;
29
+ private visible;
30
+ private savedIsFrozen;
29
31
  constructor({ context, anchor, onPageChanged, onTransitionStart, onTransitionEnd, onError, }: SlideControllerOptions);
30
32
  ready: boolean;
31
33
  private resolveReady;
@@ -53,4 +55,5 @@ export declare class SlideController {
53
55
  private afterFreeze;
54
56
  freeze: () => void;
55
57
  unfreeze: () => Promise<void>;
58
+ private onVisibilityChange;
56
59
  }