mapbox-gl-js icon indicating copy to clipboard operation
mapbox-gl-js copied to clipboard

There is no way to allow user gestures to override animations that occur on every frame.

Open timcreatedit opened this issue 10 months ago • 0 comments

mapbox-gl-js version: 3.2.0

browser: any

Steps to Trigger Behavior

  1. Use jumpTo on every frame while not interacting
  2. Attempt to listen to "movestart" events to stop animation
  3. 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

timcreatedit avatar Apr 16 '24 15:04 timcreatedit