Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'toggle-drag' zoom strategy #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 21, 2014

  1. Add 'toggle-drag' zoom strategy

    This zoom strategy allows users to zoom in on an image and move their mouse to
    find the desired area of the image where they want to remain zoomed in. After
    finding this area, they can click to hold the zoom in the current position,
    allowing them to perform other tasks on the page while keeping zoomed in on the
    desired location.
    
    * First click: initiate zoom, follow mouse movements
    * Second click: keep zoom, stop following mouse
    * Third click: stop zoom (back to initial state)
    rylwin committed Feb 21, 2014
    Configuration menu
    Copy the full SHA
    18809d9 View commit details
    Browse the repository at this point in the history