Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abpetkov committed Mar 5, 2014
1 parent 7b82579 commit dbdc331
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Powerange is a range slider control, inspired heavily by iOS 7 and the "Power Rangers" TV series. It is easily customizable, both by CSS and JavaScript. With it's many features, including changing color and overall style, switching between horizontal and vertical style, custom min, max and start values, custom step interval, displaying decimal values, displaying icons instead of min/max numbers, it is a really powerful UI tool to use on your website.

A great cross-browser solution, supporting: Google Chrome, Mozilla Firefox 3.6+, Opera 12+, Safari 5+, Internet Explorer 8+
A great cross-browser solution, supporting all modern browser versions of: Google Chrome, Mozilla Firefox, Opera, Safari, IE 8+

Licensed under [The MIT License](http://opensource.org/licenses/MIT).

Expand Down Expand Up @@ -196,7 +196,7 @@ var init = new Powerange(elem, { callback: setOpacity, decimal: true, min: 0, ma

function setOpacity() {
document.querySelector('.target').style.opacity = elem.value;
};
}
```

## Development
Expand Down

0 comments on commit dbdc331

Please sign in to comment.