Method

BisAlbumset_transition_type

Declaration [src]

void
bis_album_set_transition_type (
  BisAlbum* self,
  BisAlbumTransitionType transition
)

Description [src]

Sets the type of animation used for transitions between modes and children.

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

Available since:1.0

Parameters

transition BisAlbumTransitionType
 

The new transition type.