You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
charlieforward9
changed the title
[Feature Request] animate end event handler
[Feature Request] Holistic animateend event handler
Jun 23, 2023
Instead of having to independently implement
zoomend
,moveend
event handlers and ensure they are both done before triggering the function, ananimateend
handler would be extremely helpful.Ex.
Thank you
The text was updated successfully, but these errors were encountered: