react-leaflet icon indicating copy to clipboard operation
react-leaflet copied to clipboard

[Feature Request] Holistic `animateend` event handler

Open charlieforward9 opened this issue 1 year ago • 0 comments

Instead of having to independently implement zoomend, moveend event handlers and ensure they are both done before triggering the function, an animateend handler would be extremely helpful.

Ex.

  useMapEvents({
    animateend: () => {
      ...
    },
  });

Thank you

charlieforward9 avatar Jun 23 '23 17:06 charlieforward9