effects/swap_effect library

Classes

SwapEffect
Effect that swaps out the incoming child for a new child at a particular point in time. This includes all preceeding effects. For example, this would fade out foo, swap it for Bar() (including discarding the fadeOut effect) and apply a fade in effect.