Is there a way to set the effect (default effect) of a pop up using the PopUpManager?
For example, let’s say I have created an MXML component and I want that component to zoom in (half size) and rotate 360 degrees on the x, y or z axis. How would I assign this effect to play when I call PopUpManager.addPopUp() or createPopUp()?
You have to apply effects to the window at time of pop-up and close.