Skip to content

constants Transition type (client-side)

Name Description
TRANSITION_TYPE_DEFAULT Represents the default transition behavior defined by the system or theme.
Timing is determined automatically based on context.
TRANSITION_TYPE_NONE Represents a transition with no musical embellishment.
The next theme starts immediately without any lead-in or outro.
TRANSITION_TYPE_GROOVE Represents a groove-based transition.
Maintains rhythmic continuity between themes for a smooth musical flow.
TRANSITION_TYPE_FILL Represents a fill-style transition.
Inserts a short musical flourish (e.g., drum fill) before the next theme.
TRANSITION_TYPE_BREAK Represents a break-style transition.
Introduces a pause or musical breakdown before switching themes.
TRANSITION_TYPE_INTRO Represents an intro-style transition.
Begins the next theme with its introductory section to set the mood.
TRANSITION_TYPE_END Represents an end-style transition.
Plays the closing section of the current theme before switching.
TRANSITION_TYPE_ENDANDINTRO Represents a full transition with both ending and intro.
Closes the current theme and begins the next with its intro for a complete musical handoff.