Hello,
I'm currently closing a SfPopUp control with code behind using the following:
popup.IsOpen = false;
However, the popup is closing without animation/transition.
When using popup.Show(); it show an animation/transition.
I want to have the same animation when closing the popup programmatically
Thank you!