Can animate mantine modal like this on click outside
Here is the boostrap component :
https://getbootstrap.com/docs/5.2/components/modal/#static-backdrop
3 messages · Page 1 of 1 (latest)
Can animate mantine modal like this on click outside
Here is the boostrap component :
https://getbootstrap.com/docs/5.2/components/modal/#static-backdrop
You can add any transition to Modal component – https://mantine.dev/core/modal/#change-transitions
Thanks, bro for your help
But are these animation props only working when opening and closing the modal?
I want to do a "pulse" animation on it when a user clicks outside without closing the modal
Is there any way?