Core Animation window flip effect

2020-07-27 05:15发布

Any tutorials or sample code to get the Core Animation window flip effect? I'm using Flipr right now, which uses Core Image to generate the effect but CoreAnimation is much smoother

Thanks

3条回答
甜甜的少女心
2楼-- · 2020-07-27 05:40

Mike Lee released some code for just this a while back. He called it LemurFlip.

查看更多
Fickle 薄情
3楼-- · 2020-07-27 05:45

take a look at uli kusterers windowflipper code. http://www.zathras.de/angelweb/sourcecode.htm (search for WindowFlipper)

have no experience with it, but it just might work for you :)

查看更多
神经病院院长
4楼-- · 2020-07-27 05:50

I added some code on how I do it using Core animation: Link

查看更多
登录 后发表回答