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

Support double tap zoom #60

Merged
merged 9 commits into from
May 28, 2023
Merged

Support double tap zoom #60

merged 9 commits into from
May 28, 2023

Commits on May 7, 2023

  1. Detect double tap.

    usuiat committed May 7, 2023
    Configuration menu
    Copy the full SHA
    809cc6c View commit details
    Browse the repository at this point in the history
  2. Enable double-tap zoom.

    Currently, the scale after a double-tap can only be 1f or 2f.
    usuiat committed May 7, 2023
    Configuration menu
    Copy the full SHA
    2e9662b View commit details
    Browse the repository at this point in the history
  3. Make zoom animation on double-tap smooth.

    Set null to the offset bounds before the animation starts so that offset can animate smoothly to the target value.
    After the animation finishes, set the appropriate bounds.
    usuiat committed May 7, 2023
    Configuration menu
    Copy the full SHA
    6624a93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85495a3 View commit details
    Browse the repository at this point in the history
  5. Change the variable name.

    usuiat committed May 7, 2023
    Configuration menu
    Copy the full SHA
    d18f4b7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    a670045 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    771ac4a View commit details
    Browse the repository at this point in the history
  2. Add double tap zoom tests.

    usuiat committed May 28, 2023
    Configuration menu
    Copy the full SHA
    4ddde5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1dbd68 View commit details
    Browse the repository at this point in the history