emilkowalski / vaul

An unstyled drawer component for React.
https://vaul.emilkowal.ski
MIT License
5.29k stars 170 forks source link

onAnimationEnd not working #249

Open ShrewdHydra opened 5 months ago

ShrewdHydra commented 5 months ago

I see that support for onAnimationEnd was added in #25, but right now, this has been reversed, as the component still accepts that prop but does nothing with it.

Are there any plans to add it back? My usecase is to revert state without making the animation end abruptly.