Skip to content

TRANSITION_FIRST_VIEW

const TRANSITION_FIRST_VIEW: TransitionStep[]

A transition specifically for the splash screen.

Description

Steps:

  1. LoadAssets
  2. AttachNewBehind
  3. HideLoadScreen
  4. AnimNewIn

Source

src/state/TransitionType.ts:11