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

https://github.com/mickey/videojs-progresstips

video.js plugin to display the time on hover of the progress bar.
https://github.com/mickey/videojs-progresstips

Last synced: 4 months ago
JSON representation

video.js plugin to display the time on hover of the progress bar.

Awesome Lists containing this project

README

          

# videojs-progressTips

Display a tooltip on hover with the time on video.js players.

![videojs-progressTips](https://dl.dropboxusercontent.com/u/3086081/DONT-DELETE/videojs-progressTips.png)

This plugin was updated to and tested on video.js 4.6.4.
It depends on jQuery.

## Getting Started
Download [videojs](http://www.videojs.com/) and [videojs.ga](https://github.com/mickey/videojs-ga)

In your web page:
```html

videojs('video', {}, function() {
this.progressTips(); // "load the plugin, no options!"
});

```

## Options

No options so far! YAY!