show(renderable, transition, callback)
Show displays the targeted renderable with a transition and an optional callback to execute afterwards.
Parameters
renderable
Object
The renderable you want to show.
transition
Transition
Overwrites the default transition in to display the passed-in renderable.
callback
Function
Executes after transitioning in the renderable.