Skip to content

Commit

Permalink
Update README for repeat config
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthestatic committed May 9, 2024
1 parent 0180c18 commit 6cf36ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ up_action:
| corner_color | string | `rgba(0, 0, 0, 0.25)` | The background color of the corner buttons. Accepts any valid css `background-color` value. |
| corner_icon_color | string | `var(--primaru-text-color, #212121)` | The color of the corner button icons. Accepts any valid css `color` value. |
| corners | [Corners](#corners) | | Configuration for the corner buttons. |
| repeat | number | | The interval (in ms) to repeat actions. Currently, corner buttons will **not** repeat. Also, note that it will wait for this interval to fire the **initial** action (to avoid prematurely triggering the moment the threshold is crossed). Gestures that complete (i.e. finger is lifted) before the interval will still fire immediately. |
| visual_feedback | [VisualFeedbackConfig](#visualfeedbackconfig) | | Shows visual feedback when performing a gesture. See config for [VisualFeedback](#visualfeedbackconfig) for customization options |

#### Corners:
Expand Down

0 comments on commit 6cf36ed

Please sign in to comment.