Is there any documentation or tutorials on creating custom transitions in SpriteKit?
Is there any way to modify [SKTransition doorwayWithDuration:1];
to show only one door, and to open towards the user?
I found this project on github and modified it to use a single door. https://github.com/mkftr/DoorwayTransition But this only works on Views. Not SKScene.
Is there a way to modify it so that I can get it to work?
I can't find anything out there, documentation or otherwise, explaining any of this. The transitions that come bundled in SpriteKit are too few, and I figured this would be a common problem for many other developers.
Failing all the above, what's the alternative? I'm putting together an interactive book, and would really like a decent page turning transition between scenes.
Note though, I'm not looking for "Page Curl", but more of a "Door opening" transition. But will settle for "Page Curl" if necessary, and someone can explain how to do it.
The book will only be available on iPad.