Skip to content

This handles all progress bar stuff for audio - time update, seeking, etc

Notifications You must be signed in to change notification settings

exfm/progress-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

progress-bar

This handles common functionality with an audio progress bar such as updating current time position, duration, progress bar position, loading indicator and seeking.

Install

npm install audio-progress-bar

Testing

git clone 
npm install
open test/index.html

Usage

var ProgressBar = require('progress-bar'),
    pb = new ProgressBar(
        {
            'back': backEl,
            'front': frontEl,
            'thumb': thumbEl,
            'count': countEl,
            'duration': durationEl
        }
    );

About

This handles all progress bar stuff for audio - time update, seeking, etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published