@netless/slide 0.4.5 → 0.4.6

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
@@ -577,3 +577,7 @@ const slide = new Slide({
577
577
 
578
578
  #### 0.4.5
579
579
  * 新增 getSizeAsync api
580
+
581
+ #### 0.4.6
582
+ * 预加载过程不会触发 renderError 事件
583
+ * 修复路径动画重置位置错误的问题
package/lib/Slide.d.ts CHANGED
@@ -293,6 +293,7 @@ export declare class Slide extends Slide_base {
293
293
  private interactive;
294
294
  private anchor;
295
295
  private player?;
296
+ private renderingIndex;
296
297
  private frameWidth;
297
298
  private frameHeight;
298
299
  private frame;