Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to fake the built-in application switch animation?

I have two views in my app and I want to switch them foreground or background with animation. I like the way iOS does it when I fast-switch between applications (double tap the home button and tap any app).

Is it possible to use that animation directly? (It's OK if it's private, I am not selling my app, just for study purpose.)

If not, is there a way to implement that animation myself? References or examples are very much appreciated!

Thanks in advance.

Leo

like image 596
leo Avatar asked Jul 13 '11 09:07

leo


1 Answers

Yes. It's possible and it's not private. Here you go https://github.com/Split82/HMGLTransitions

like image 152
Rahul Vyas Avatar answered Nov 08 '22 18:11

Rahul Vyas