Skip to content

Commit 7b8e52b

Browse files
sadiquiMSilva95
authored andcommitted
docs(typing-in-progress): delay on pause
1 parent 81bc858 commit 7b8e52b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • subjects/real-time-forum/typing-in-progress

subjects/real-time-forum/typing-in-progress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This engine must have/display:
1919
- A websocket to establish the connection with both users
2020
- An animation so that the user can see that you are typing, this animation should be smooth (no interruptions/janks) and just enough to draw attention for the user to see (user friendly)
2121
- The name of the user that is typing
22-
- Whenever the user stops typing or finishes the conversation, it should not display the animation
22+
- Whenever the user stops typing or finishes the conversation, it should not display the animation, a short delay may optionally be added for better UX
2323

2424
To help with the display of the typing in progress you can take a look on the js [event](https://developer.mozilla.org/en-US/docs/Web/Events) list, mainly the **Keyboard events** and the **Focus events**
2525

0 commit comments

Comments
 (0)