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

Better zoom & some gestures #93

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on May 17, 2023

  1. add more type hints

    gudzpoz committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a7441a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cee1eb7 View commit details
    Browse the repository at this point in the history
  3. fix closure-compiler runs

    gudzpoz committed May 17, 2023
    Configuration menu
    Copy the full SHA
    348e879 View commit details
    Browse the repository at this point in the history
  4. support pinch-&-zoom

    gudzpoz committed May 17, 2023
    Configuration menu
    Copy the full SHA
    760ee38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    490b94c View commit details
    Browse the repository at this point in the history
  6. fix demo zooming animations

    gudzpoz committed May 17, 2023
    Configuration menu
    Copy the full SHA
    3a9cfc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdd6ec3 View commit details
    Browse the repository at this point in the history
  8. update compiled bundles

    gudzpoz committed May 17, 2023
    Configuration menu
    Copy the full SHA
    2ba541b View commit details
    Browse the repository at this point in the history
  9. fix info.svg not inlined

    gudzpoz committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1df65a6 View commit details
    Browse the repository at this point in the history
  10. fix node media fragments

    Sliding up triggers a click event, resulting in repeated dispatch calls,
    sometimes right after closing the gallery, messing up things.
    
    Using a node as media messes up the styles of the original node.
    gudzpoz committed May 17, 2023
    Configuration menu
    Copy the full SHA
    6c777c0 View commit details
    Browse the repository at this point in the history
  11. some fixes

    Preserve original styling of the original node fragment.
    
    Do not zoom in when users scroll horizontally.
    
    Add demonstration of scroll/pan conflicts with some special inner nodes.
    gudzpoz committed May 17, 2023
    Configuration menu
    Copy the full SHA
    08dc402 View commit details
    Browse the repository at this point in the history