Skip to content

Commit

Permalink
Merge pull request #531 from udo1toni/main
Browse files Browse the repository at this point in the history
Update api.md add unit to blinkText
  • Loading branch information
Blueforcer authored May 1, 2024
2 parents 91f1990 + 7a452c1 commit 53841b7
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 53841b7

Please sign in to comment.