Update article.md
This commit is contained in:
parent
a7b5f374db
commit
35ee68e385
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ We should keep that possibility in mind when using `event.relatedTarget` in our
|
|||
|
||||
The `mousemove` event triggers when the mouse moves. But that doesn't mean that every pixel leads to an event.
|
||||
|
||||
The browser checks the mouse position from time to time. And if he notices changes then triggers the events.
|
||||
The browser checks the mouse position from time to time. And if it notices changes then triggers the events.
|
||||
|
||||
That means that if the visitor is moving the mouse very fast then DOM-elements may be skipped:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue