transition_type


Description:

public SqueezerTransitionType transition_type { get; set; }

The type of animation used for transitions between children.

Available types include various kinds of fades and slides.

The transition type can be changed without problems at runtime, so it is possible to change the animation based on the child that is about to become current.