Created Interaction (markdown)

elemoine
2012-09-25 10:54:19 -07:00
parent c0f3b639bb
commit 82c9d6f834

24
Interaction.md Normal file

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