showBackground
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
})
Displays the background element (.pano-controls-background
).
Below is an example of not displaying a background element.
import { ControlBar } from "@egjs/view360";
new ControlBar({
showBackground: false
})