react-photo-sphere-viewer
Version:
A React wrapper for Photo Sphere Viewer, to display 360° panoramas with ease.
1 lines • 478 B
CSS
.view-container{overflow:hidden;position:relative}.showNavbarButton{align-items:center;background:rgba(0,0,0,.09);bottom:10px;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:10px;transition:background .2s ease,color .2s ease;width:30px;z-index:1000;&:hover{background-color:rgba(0,0,0,.8)}}.hideNavbarButton svg{margin-top:-2;transform:scale(1);transition:transform .2s ease;vertical-align:initial;width:100%;&:hover{transform:scale(1.2)}}