diff --git a/index.html b/index.html index 729d611..9c7f1ee 100644 --- a/index.html +++ b/index.html @@ -49,8 +49,8 @@ .resize, .rotate { position: absolute; - width: 20px; - height: 20px; + width: 32px; + height: 32px; } .resize { @@ -172,9 +172,9 @@

How to use move events

// move is complete! });{% endhighlight %} -

Why not just use mouse or touch events?

+

Why not just use raw mouse or touch events?

-

Well, yes, you could. But jquery.event.move abstracts away the details that need attention when writing this kind of interaction model with raw mouse or touch events:

+

Well, yes, you could. But jquery.event.move abstracts away the details that need attention when writing this kind of interaction model with mouse and touch events: