@netless/slide 0.10.2-beta.1 → 0.10.3-beta.1

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
@@ -283,3 +283,9 @@
283
283
  * 兼容 wps 图片亮度配置
284
284
  * rtc 音频问题修复
285
285
  * 移动端播放器 ui 调整
286
+
287
+ #### 0.10.2
288
+
289
+ * 修复带特效的视频无法播放的问题
290
+ * 修复动画引起的视频播放无法同步的问题
291
+ * 修复触发器无法正确的控制视频播放问题
File without changes
@@ -0,0 +1 @@
1
+ "use strict";
package/lib/Slide.d.ts CHANGED
@@ -267,7 +267,7 @@ export interface SyncMediaSeekEvent extends BasicSyncEvent {
267
267
  }
268
268
  export interface SyncMediaFullscreenEvent extends BasicSyncEvent {
269
269
  type: "mediaFullscreen";
270
- targetId?: string;
270
+ targetId: string;
271
271
  state: boolean;
272
272
  }
273
273
  export interface SyncInteractiveAnimEvent extends BasicSyncEvent {