https://github.com/andersclark/videosync
A sandbox for exploring syncing UI elements with video playback.
https://github.com/andersclark/videosync
html html5-video javascript web
Last synced: 10 days ago
JSON representation
A sandbox for exploring syncing UI elements with video playback.
- Host: GitHub
- URL: https://github.com/andersclark/videosync
- Owner: Andersclark
- License: mit
- Created: 2024-09-04T11:48:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T11:58:10.000Z (almost 2 years ago)
- Last Synced: 2025-02-19T13:45:42.228Z (over 1 year ago)
- Topics: html, html5-video, javascript, web
- Language: HTML
- Homepage: https://andersclark.github.io/videosync/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VideoSync
A sandbox for the exploration of syncing UI to video playback.
## Thoughts
I wanted to explore how video playback could trigger changes to a user interface. In this sandbox I hook into the video elements events and update a progress-meter and some text displaying percentage of duration, current time and total duration.