mapillary-js
Version:
WebGL JavaScript library for displaying street level imagery from mapillary.com
18 lines (16 loc) • 342 B
CSS
.Loading {
width: 100%;
height: 2px;
z-index: 20;
position: absolute;
top: 0;
}
.LoadingBar {
height: 3px;
position: relative;
background-color: rgba(255, 255, 255, 1);
transition: opacity 100ms;
border-bottom-color: rgba(0, 0, 0, 0.5);
border-bottom-width: 1px;
border-bottom-style: solid;
}