Skip to content

Commit

Permalink
Tested on most modern browsers, so we can resolve #2 and #3 in one fe…
Browse files Browse the repository at this point in the history
…ll swoop.
  • Loading branch information
ejb committed Jan 31, 2014
1 parent f2119d2 commit 8bff8d9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ A lightweight JavaScript library that creates customisable progress bars for HTM

## Demos

(These are now out of date. New ones coming soon.)

* Basic progress bar for an `<audio>` element: [jsfiddle.net/8dJ46](http://jsfiddle.net/8dJ46/)
* A similar basic bar for a `<video>` element: [jsfiddle.net/5tPRw](http://jsfiddle.net/5tPRw/)
* Progress bar for `<audio>` element with custom style: [jsfiddle.net/L3bfe](http://jsfiddle.net/L3bfe/)
* Progress bar for `<audio>` element with custom style: [jsfiddle.net/L3bfe](http://jsfiddle.net/6GbSK/)
* YouTube-style progress bar that expands on hover: [jsfiddle.net/N6trd](http://jsfiddle.net/N6trd/)

## How to use
Expand Down Expand Up @@ -66,6 +64,13 @@ A lightweight JavaScript library that creates customisable progress bars for HTM
myProgressBar.remove();
</script>

## Browser support

- [x] Chrome 32+
- [x] Safari 7+
- [x] Internet Explorer 11+
- [x] Firefox 28+

## Changelog

### v0.2.0
Expand Down

0 comments on commit 8bff8d9

Please sign in to comment.