mapbox-gl-js
mapbox-gl-js copied to clipboard
There is no way to allow user gestures to override animations that occur on every frame.
mapbox-gl-js version: 3.2.0
browser: any
Steps to Trigger Behavior
- Use
jumpTo
on every frame while not interacting - Attempt to listen to "movestart" events to stop animation
- It won't fire
Link to Demonstration
https://jsbin.com/reyakaravi/edit?js,console,output
Expected Behavior
Moving works and console logs show up
Actual Behavior
Nothing happens