Hello,
I am trying to animate an NSPanel derived window with a fade-in while sliding (moving from outside to inside the screen) What is way to do a such animation?
Thanks in advance for your help,
Regards,
Hello,
I am trying to animate an NSPanel derived window with a fade-in while sliding (moving from outside to inside the screen) What is way to do a such animation?
Thanks in advance for your help,
Regards,
I have never done this on my own. And while I think that sliding should be fairly enough, here's an attempt:
setOpaque:
and set it to NOsetWantsLayer:
and set to YES (at least during the animation).NSViewAnimation can do both at once, and it works on windows, not just views.