Updated Interaction (markdown)

elemoine
2012-09-26 00:55:24 -07:00
parent 82c9d6f834
commit c0de21fe31
+5 -6
@@ -3,22 +3,21 @@
## Double Click Zoom ## Double Click Zoom
* Apply a zoom factor * Apply a zoom factor
* Apply resolution constraint * Apply resolution constraint for each double click
## Pinch Zoom ## Pinch Zoom
* No resolution constraint while pinching * No resolution constraint while pinching
* Apply resolution constraint when releasing mouse * Use CSS3 transforms?
* Apply resolution constraint when releasing mouse to determine the final resolution
* Animate to final resolution * Animate to final resolution
## (Alt) Drag Rotate ## (Alt) Drag Rotate
* No rotation constraint while rotating * No rotation constraint while rotating
* Apply rotation constraint when releasing mouse * Apply rotation constraint when releasing mouse to determine the final angle
* Animate to final angle * Animate to final angle
## Mouse Wheel Zoom ## Mouse Wheel Zoom
* Apply resolution constraint as the user scrolls * Apply resolution constraint as the user scrolls
## Shift Drag Zoom