@wscsports/blaze-web-sdk 0.3.9 → 0.3.10
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/package.json +1 -1
- package/publish/index.d.ts +1 -1
- package/publish/index.js +1 -1
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
|
@@ -3525,7 +3525,7 @@ export declare class BlazeWidgetStoryPlayer extends WidgetAbstractPlayer {
|
|
|
3525
3525
|
loadAndPlayContent(): Promise<void>;
|
|
3526
3526
|
handleAnimationCompletion(content: BlazeWidgetStory, direction: ContentDirection): void;
|
|
3527
3527
|
createAnimation(content: BlazeWidgetStory, direction: ContentDirection, targetIndex: number): anime.AnimeTimelineInstance;
|
|
3528
|
-
handleAnimationStart(content: BlazeWidgetStory, targetContent: BlazeWidgetStory
|
|
3528
|
+
handleAnimationStart(content: BlazeWidgetStory, targetContent: BlazeWidgetStory): void;
|
|
3529
3529
|
animateCloseWithDirection(options: {
|
|
3530
3530
|
direction: Direction;
|
|
3531
3531
|
callback?: () => void;
|