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,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).