diff --git a/src/components/ScrollerBase/ScrollerBase.mdx b/src/components/ScrollerBase/ScrollerBase.mdx
index 38af0851..7d8da9a7 100644
--- a/src/components/ScrollerBase/ScrollerBase.mdx
+++ b/src/components/ScrollerBase/ScrollerBase.mdx
@@ -64,11 +64,6 @@ The `ScrollerBase` component powers the [`Scroller` component](?path=/story/comp
@@ -522,6 +408,8 @@ The `ScrollyVideo` component can be used inside the [ScrollerBase](?path=/story/
For advanced use cases such as looping a particular section of the video, or jumping to a specific time in the video, you can bind `scrollyVideo` prop and take benefits of methods such as `setVideoPercentage` or bindable methods such as `onReady` and `onChange`. This allows for fine-grained control over the video playback and interaction with the scroll position.
+[Demo](?path=/story/components-graphics-scrollyvideo--advanced)
+
```js
scrollyVideo.setVideoPercentage(0.5, {
jump: false,
diff --git a/src/components/ScrollyVideo/ScrollyVideo.stories.svelte b/src/components/ScrollyVideo/ScrollyVideo.stories.svelte
index 4c23d3dc..275280f1 100644
--- a/src/components/ScrollyVideo/ScrollyVideo.stories.svelte
+++ b/src/components/ScrollyVideo/ScrollyVideo.stories.svelte
@@ -129,6 +129,7 @@
import Video_MD from './videos/waves_md.mp4';
import Video_LG from './videos/waves_lg.mp4';
import Goldengate from './videos/goldengate.mp4';
+ import AdvancedUsecases from './demo/AdvancedUsecases.svelte';
const videoSrc = {
Video_SM,
@@ -204,3 +205,7 @@
- Current step: {index + 1}/{count} -
- - -Offset in current step
- - -Total progress
- -Step 2
Step 4
Step 5