From 82c9d6f8341b4d438d9c975b1a32c8e3ed00d2df Mon Sep 17 00:00:00 2001 From: elemoine Date: Tue, 25 Sep 2012 10:54:19 -0700 Subject: [PATCH] Created Interaction (markdown) --- Interaction.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Interaction.md diff --git a/Interaction.md b/Interaction.md new file mode 100644 index 0000000..a438190 --- /dev/null +++ b/Interaction.md @@ -0,0 +1,24 @@ +# Interaction + +## Double Click Zoom + +* Apply a zoom factor +* Apply resolution constraint + +## Pinch Zoom + +* No resolution constraint while pinching +* Apply resolution constraint when releasing mouse +* Animate to final resolution + +## (Alt) Drag Rotate + +* No rotation constraint while rotating +* Apply rotation constraint when releasing mouse +* Animate to final angle + +## Mouse Wheel Zoom + +* Apply resolution constraint as the user scrolls + +## Shift Drag Zoom \ No newline at end of file