How do I fade my Core Animation application to a fullscreen black screen first like Front Row?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
This isn't actually a CoreAnimation feature, but it is provided by Quartz. When switching to fullscreen mode, you can use the If you invoke the fade synchronously, you can then start scheduling your CoreAnimation right after the fade has completed. |
||||
|
here are a few fade effects: http://www.informit.com/articles/article.aspx?p=1168314&seqNum=2 |
|||
|
|