@netless/slide 1.4.12-alpha.0 → 1.4.13-alpha.0

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 CHANGED
@@ -4,6 +4,9 @@
4
4
 
5
5
  ## changelog
6
6
 
7
+ ### 1.4.12 (2024-12-31)
8
+ * 修复鸿蒙端首次渲染图片不显示问题
9
+
7
10
  ### 1.4.11 (2024-12-5)
8
11
  * Gif图播放结束显示首帧改为显示最后一帧
9
12
  * 修复图片颜色-黑白x% 还原度不正确问题
package/lib/Slide.d.ts CHANGED
@@ -481,6 +481,10 @@ 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;
484
488
  private initInteractiveSeq;
485
489
  private initMedia;
486
490
  /**