by default, when you replace a scene, it will wait...
# ceramic
b
by default, when you replace a scene, it will wait until the new scene preload has finished, then call
fadeOut(cb)
of the previous scene and
fadeIn(cb)
of the new scene at the same time.