Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kriskbx/video-comparison.js

a html5 video comparison slider library for javascript
https://github.com/kriskbx/video-comparison.js

Last synced: about 1 month ago
JSON representation

a html5 video comparison slider library for javascript

Awesome Lists containing this project

README

        

video-comparison.js
================

video-comparison.js is a JavaScript library that creates a slider between two HTML5 videos. You can show the differences between these two videos. It was actually made for Visual Effects and Video Games.

It integrates with [Synchronize.js](https://github.com/CallToPower/Synchronize.js) to sync this two videos but it also runs without jQuery.

### Integrate the Script and Styles in your head


### HTML














You can use as many HTML instances as you want on one page.

### Use Synchronize.js

Download `Synchronize.js` here: https://github.com/CallToPower/Synchronize.js

You also need jQuery for Synchronize.js:




### Options

There is only one option right now: set `data-loop` to false if you want the videos to run only once.