Custom transition between screens

The transition in is pretty straight forward, but I"m wondering how to deal with custom transitions on hide

is it possible to hook into use composer’s function, or should the transitions happen first and then ask composer to switch the scenes?

Hi @dapo,

Fortunately, we wrote a tutorial on exactly this topic. :slight_smile:

http://coronalabs.com/blog/2014/12/23/tutorial-controlling-composer-scene-transitions/

Brent

doesn’t look like it supports per item transitions though

Oh, I see what you’re asking now. Well, each item in a scene can be accessed individually if you need, and then you can use onComplete calls or a timer or similar to trigger the scene change.

Hi @dapo,

Fortunately, we wrote a tutorial on exactly this topic. :slight_smile:

http://coronalabs.com/blog/2014/12/23/tutorial-controlling-composer-scene-transitions/

Brent

doesn’t look like it supports per item transitions though

Oh, I see what you’re asking now. Well, each item in a scene can be accessed individually if you need, and then you can use onComplete calls or a timer or similar to trigger the scene change.