An open API service indexing awesome lists of open source software.

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.

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.