TransitionType | Matterport SDK
Usage of the SDK constitutes your agreement with the Matterport SDK Agreement. Email developers@matterport.com with any questions.

Transition types for camera movements. This is the canonical transition type enum. Used for Mode.moveTo, Sweep.moveTo, Mattertag.navigateToTag, and other camera movement methods. Note: not all values are supported, refer to per-method documentation for details.

Index

Enumeration members

Enumeration members

FADEOUT

FADEOUT: = "transition.fade"

Fade to black transition

FLY

FLY: = "transition.fly"

Fly transition

INSTANT

INSTANT: = "transition.instant"

Instant transition

MOVEFADE

MOVEFADE: = "transition.movefade"
experimental

Move with fade transition

ORBIT

ORBIT: = "transition.orbit"
experimental

Orbit transition