Update article.md

This commit is contained in:
Michael Grinko 2017-07-13 18:48:14 +03:00 committed by GitHub
parent a7b5f374db
commit 35ee68e385

View file

@ -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: