Pan
PanFn
module-attribute
The pan function type.
BasePanEffect
PanRightEffect
Bases: BasePanEffect
A left to right pan effect.
type
class-attribute
instance-attribute
type: Literal['pan_right'] = 'pan_right'
Effect type. Must be "pan_right".
PanLeftEffect
Bases: BasePanEffect
A right to left pan effect.
type
class-attribute
instance-attribute
type: Literal['pan_left'] = 'pan_left'
Effect type. Must be "pan_left".
PanDownEffect
Bases: BasePanEffect
A top to bottom pan effect.
type
class-attribute
instance-attribute
type: Literal['pan_down'] = 'pan_down'
Effect type. Must be "pan_down".
PanUpEffect
Bases: BasePanEffect
A bottom to top pan effect.
type
class-attribute
instance-attribute
type: Literal['pan_up'] = 'pan_up'
Effect type. Must be "pan_up".