Naufal Rabbani

Results 1 comments of Naufal Rabbani

Resolved issue for me. Try to add these classNames to the DialogContent component: ``` data-[state=open]:animate-in data-[state=closed]:animate-out ``` along with ``` data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] ``` Animation behavior should work well...