vrEnd
import { EVENTS, VREndEvent } from "@egjs/view360";
// Typescript
const onVREnd = (evt: VREndEvent) => {};
view360.on(EVENTS.VR_START, onVREnd);
An event that fires after exiting VR mode
info
The following is a list of available events in the example:
- "vrStart", "vrEnd"