Appearance
@whittakertech/mosaic / MOSAIC_TRANSITIONS
Variable: MOSAIC_TRANSITIONS
ts
const MOSAIC_TRANSITIONS: object;Defined in: state.ts:28
Type Declaration
destroyed
ts
readonly destroyed: readonly [] = [];dragging
ts
readonly dragging: readonly [Dropping];dropping
ts
readonly dropping: readonly [Mutated, RollingBack];idle
ts
readonly idle: readonly [PointerDown, Destroyed];mutated
ts
readonly mutated: readonly [Idle, RollingBack];pointerdown
ts
readonly pointerdown: readonly [Dragging, Idle];rollback
ts
readonly rollback: readonly [Idle];