flutter-mapbox-gl / maps

A Mapbox GL flutter package for creating custom maps
Other
1.03k stars 498 forks source link

problem with scrollBy animation #1379

Closed mraslamiii closed 8 months ago

mraslamiii commented 10 months ago
 await _mapboxMapController.animateCamera(CameraUpdate.scrollBy(0, -250),
        duration: const Duration(milliseconds: 800));

I use this code to change the scroll of the box map, but there is no animation to change the scroll and the scrolling is done by jumping.

stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.