JumpConfig
type JumpConfig = {
transition: ITransition;
};
transition
The transition effect when jumping to another scene.
See ITransition.
type JumpConfig = {
transition: ITransition;
};
The transition effect when jumping to another scene.
See ITransition.