invoke

inline operator fun <Source : Panel> invoke(): PanelTransitionSource

A convenience function for creating a PanelTransitionSource that takes the Source type as a generic type parameter.

Example

PanelTransitionSource<Source>()

Parameters

Source

The class type of the panel that initiates the transition.