-
Notifications
You must be signed in to change notification settings - Fork 1.3k
decelerated panning on iOS #34
Comments
I did this before over in https://github.com/mapbox/mapbox-me/blob/infinity-scroll/Infinity%20Scroll/ISMapView.m |
We should actually not complicate this with a scroll view and instead use the |
This could benefit from both alternative timing curves and cancelable animations during successive pans, but those doesn't exist yet in |
@incanus Can you please describe what you're going to need exactly? Do they just have to be cancellable, or should we somehow add several animations into one? |
I don't think (yet) that animations will need to be combined, but here's a cancellation scenario:
For timing curves, ease out makes the most sense for inertial panning and zooming. |
Involves tying a dummy
UIScrollView
delegate to theCADisplayLink
render pass.The text was updated successfully, but these errors were encountered: