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

Lock out animations during any touch events #712

Merged
merged 5 commits into from
Sep 29, 2021
Merged

Conversation

macdrevx
Copy link
Contributor

@macdrevx macdrevx commented Sep 27, 2021

Fixes: #645

Pull request checklist:

  • Briefly describe the changes in this PR.
  • Write tests for all new functionality. If tests were not written, please explain why.
  • Apply changelog label ('breaking change', 'bug 🪲', 'build', 'docs', 'feature 🍏', 'performance ⚡', 'testing 💯') or use the label 'skip changelog'
  • Update the changelog

Summary of changes

Update animation cancellation logic for gestures to prevent all camera animations while there are active touches on the map.

No public API changes.

Also includes some light refactoring of ornaments to eliminate the OrnamentSupportableView protocol

@macdrevx macdrevx added the skip changelog Add this label if this item does not need to be included in the changelog label Sep 27, 2021
Copy link
Contributor

@nishant-karajgikar nishant-karajgikar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@macdrevx macdrevx enabled auto-merge (squash) September 29, 2021 02:09
@macdrevx macdrevx merged commit 167cc03 into main Sep 29, 2021
@macdrevx macdrevx deleted the ah/animation-lockout branch September 29, 2021 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changelog Add this label if this item does not need to be included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scrolling behavior for stopping a scroll does not feel native
2 participants