@netless/slide 1.4.13-alpha.6 → 1.4.13
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/README.md +3 -0
- package/lib/Slide.d.ts +0 -4
- package/lib/Slide.js +22 -22
- package/package.json +2 -2
package/README.md
CHANGED
package/lib/Slide.d.ts
CHANGED
|
@@ -481,10 +481,6 @@ export declare class Slide extends Slide_base {
|
|
|
481
481
|
* @param state ISlideState
|
|
482
482
|
*/
|
|
483
483
|
setSlideState(state: Partial<ISlideState>): Promise<void>;
|
|
484
|
-
applySlideState(state: Partial<ISlideState>): Promise<void>;
|
|
485
|
-
getSlideState(): ISlideState;
|
|
486
|
-
private applyInteractiveSeqState;
|
|
487
|
-
private playInteractiveAnim;
|
|
488
484
|
private initInteractiveSeq;
|
|
489
485
|
private initMedia;
|
|
490
486
|
/**
|