Skip to main content

showBackground

Typeboolean
Defaulttrue
Added inv4.0.0

Displays the background element (.pano-controls-background).

Example

Below is an example of not displaying a background element.

import { ControlBar } from "@egjs/view360";

new ControlBar({
showBackground: false
})