Skip to content

Commit

Permalink
Update api.md add unit to blinkText
Browse files Browse the repository at this point in the history
Added the unit to the description to clarify the value
  • Loading branch information
udo1toni authored Apr 14, 2024
1 parent a748ed5 commit 7a452c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Below are the properties you can utilize in the JSON object. **All keys are opti
| `center` | boolean | Centers a short, non-scrollable text. | true | X | X |
| `color` | string or array of integers | The text, bar or line color. | N/A | X | X |
| `gradient` | Array of string or integers | Colorizes the text in a gradient of two given colors | N/A | X | X |
| `blinkText` | Integer | Blinks the text in an given interval, not compatible with gradient or rainbow | N/A | X | X |
| `blinkText` | Integer | Blinks the text in an given interval in ms, not compatible with gradient or rainbow | N/A | X | X |
| `fadeText` | Integer | Fades the text on and off in an given interval, not compatible with gradient or rainbow | N/A | X | X |
| `background` | string or array of integers | Sets a background color. | N/A | X | X |
| `rainbow` | boolean | Fades each letter in the text differently through the entire RGB spectrum. | false | X | X |
Expand Down

0 comments on commit 7a452c1

Please sign in to comment.