You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: subjects/real-time-forum/typing-in-progress/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This engine must have/display:
19
19
- A websocket to establish the connection with both users
20
20
- 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)
21
21
- 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
23
23
24
24
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**
0 commit comments