flimshaw / Valiant360

An in-browser 360 degree panorama video player.
http://flimshaw.github.io/Valiant360/
MIT License
777 stars 151 forks source link

Add video progress bar #46

Closed GuillaumeGomez closed 8 years ago

GuillaumeGomez commented 8 years ago

However, it misses the css changes which follows:

.valiant-progress-bar {
    width: 100%;
    height: 8px;
    overflow: hidden;
}
.valiant-progress-bar:hover {
    cursor: pointer;
}
.valiant-progress-bar > div {
    height: 100%;
    float:left;
    background-color: #444;
}
.valiant-progress-bar > div:first-child {
    background-color: red;
}

for the simple reason that I have absolutely no clue where to find this file in here.

Fixes #30.

flimshaw commented 8 years ago

Thanks for this! i'll take a look this evening

GuillaumeGomez commented 8 years ago

What will happen to the css?

flimshaw commented 8 years ago

I merged it into the main .less file that holds it, and made a few minor tweaks. Thanks again, it's live on https://flimshaw.github.io/Valiant360/