@netless/slide 0.1.41 → 0.1.42

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/lib/Slide.d.ts CHANGED
@@ -105,6 +105,7 @@ export interface SyncMediaSeekEvent extends BasicSyncEvent {
105
105
  }
106
106
  export interface SyncInteractiveAnimEvent extends BasicSyncEvent {
107
107
  type: "interactiveAnim";
108
+ action: string;
108
109
  seqId: string;
109
110
  }
110
111
  export interface SyncPrevStepEvent extends BasicSyncEvent {