https://github.com/abcnews/scrollyteller-video
Maniplate a video as the background of a scrollyteller
https://github.com/abcnews/scrollyteller-video
library scrollyteller video
Last synced: 5 months ago
JSON representation
Maniplate a video as the background of a scrollyteller
- Host: GitHub
- URL: https://github.com/abcnews/scrollyteller-video
- Owner: abcnews
- License: mit
- Created: 2019-04-17T03:45:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T05:50:12.000Z (over 6 years ago)
- Last Synced: 2025-10-10T19:44:44.591Z (9 months ago)
- Topics: library, scrollyteller, video
- Language: TypeScript
- Homepage:
- Size: 306 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scrollyteller Video Background
Add a video background to a [scrollyteller](https://www.npmjs.com/package/@abcnews/scrollyteller).
## Usage
Inside a Scrollyteller:
```js
import Video from '@abcnews/scrollyteller-video';
{}}>
... any overlays ...
```
## Author
- Nathan Hoad - [hoad.nathan@abc.net.au](mailto:hoad.nathan@abc.net.au)