@abcnews/scrollyteller-video 中文文档教程
Scrollyteller Video Background
将视频背景添加到 scrollyteller。
Usage
在 Scrollyteller 内部:
import Video from '@abcnews/scrollyteller-video';
<Scrollyteller {...}>
<Video src={url} targetTime={number} onTargetTimeReached={() => {}}>
... any overlays ...
</Video>
</Scrollyteller>
Author
- Nathan Hoad - (hoad.nathan@abc.net.au)[mailto:hoad.nathan@abc.net.au]
Scrollyteller Video Background
Add a video background to a scrollyteller.
Usage
Inside a Scrollyteller:
import Video from '@abcnews/scrollyteller-video';
<Scrollyteller {...}>
<Video src={url} targetTime={number} onTargetTimeReached={() => {}}>
... any overlays ...
</Video>
</Scrollyteller>
Author
- Nathan Hoad - (hoad.nathan@abc.net.au)[mailto:hoad.nathan@abc.net.au]