}
public ComponentTransition ( final Component content, final TransitionEffect transitionEffect )
{
// Special layout allowing double content
super ( new StackLayout () );
setFocusable ( false );
// Transition effect
setTransitionEffect ( transitionEffect );