From dc3d1dd2c5a6b68e63bf2af4e3a079370a37cff3 Mon Sep 17 00:00:00 2001 From: Ryan Sobol Date: Sun, 15 May 2016 09:12:16 -0700 Subject: [PATCH] Add mouseenter tip --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ca1bfef..7341fa2 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ Add tools that augment the type of user interaction - Pencil tool: Click and drag across the canvas to paint pixels. - Rectangle tool: Click and drag across the canvas to paint all pixels that fall inside a rectangular selection. +**TIP:** Check out [this example](http://jsfiddle.net/ynctwr0m/) to learn why you may want to consider the `mouseenter` event over `mouseover`. + ### Deployment Review the following articles on the Surge platform and then deploy your website to production.