Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tasxatzial committed Apr 19, 2024
1 parent c0c716c commit 4830b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A click-and-hold button is a user interface element that demands users to click on the button and maintain that click for a specific period before the associated action is executed.

This project demonstrates one way to add basic click-and-hold functionality to elements using plain JavaScript. Mouse, keyboard, and touch events are supported.
This project demonstrates how to add basic click-and-hold functionality to elements using plain JavaScript. Mouse, keyboard, and touch events are supported.

## Implementation

Expand Down

0 comments on commit 4830b7b

Please sign in to comment.