Squeezer.setTransitionType

Sets the type of animation that will be used for transitions between children in @self. 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.

class Squeezer
void
setTransitionType
(
HdySqueezerTransitionType transition
)

Parameters

transition
Type: HdySqueezerTransitionType

the new transition type

Meta