2
0
mirror of https://github.com/PitPik/tinyColorPicker synced 2025-07-04 16:44:29 -06:00

Update README.md

This commit is contained in:
Peter Dematté 2015-02-02 17:53:57 +01:00
parent 034700e084
commit b131014f4b

View File

@ -29,7 +29,7 @@ Colors({ // all options have a default value...
colorPicker uses an instance of Colors and passes the options to it, so some values are the same... colorPicker uses an instance of Colors and passes the options to it, so some values are the same...
```javascript ```javascript
var myColorPicker = new ColorPicker({ ColorPicker({
color: ..., // see Colors... color: ..., // see Colors...
customBG: '#FFF' // see Colors... customBG: '#FFF' // see Colors...
animationSpeed: 150, // toggle animation speed animationSpeed: 150, // toggle animation speed