Options
All
  • Public
  • Public/Protected
  • All
Menu

Module VR

Index

Object literals

Const ContentType

ContentType: string

SBS

SBS: string = "sbs"

SINGLE

SINGLE: string = "single"

TAB

TAB: string = "tab"

Const State

State: any

ERROR

ERROR: string = "error"

PLAYING

PLAYING: string = "playing"

READY

READY: string = "ready"

UNINITIALIZED

UNINITIALIZED: null = null

Const TransitionTimingType

TransitionTimingType: string

EASE_IN

EASE_IN: string = "ease-in"

EASE_IN_OUT

EASE_IN_OUT: string = "ease-in-out"

EASE_OUT

EASE_OUT: string = "ease-out"

NONE

NONE: string = "none"

Generated using TypeDoc