Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Janus stream player #420

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Janus stream player #420

wants to merge 3 commits into from

Conversation

mvollrath
Copy link
Member

No description provided.

* Don't wait for stream list before starting.
* Loading spinner.
* Letterbox the video to window height.
transform: scale(0.01);
background-color: #1ddab5;
}
50% {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

}
}
@keyframes lv-dots_pulsate_animation {
0% {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

right: 7%;
animation: lv-square3_move 2s ease-in-out infinite;
}
.lv-squares div:nth-child(4) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

right: 7%;
animation: lv-square2_move 2s ease-in-out infinite;
}
.lv-squares div:nth-child(2) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

left: 7%;
animation: lv-square1_move 2s ease-in-out infinite;
}
.lv-squares div:nth-child(3) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

/* bottom right corner */
/* bottom left corner */
}
.lv-squares div:nth-child(1) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

.lv-squares[data-label]:after {
color: #0B5345;
}
.lv-squares div {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.8;
animation: lv-circles_move_11 1.2s infinite linear;
}
.lv-circles div:nth-child(12) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.72;
animation: lv-circles_move_10 1.2s infinite linear;
}
.lv-circles div:nth-child(11) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.64;
animation: lv-circles_move_9 1.2s infinite linear;
}
.lv-circles div:nth-child(10) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.56;
animation: lv-circles_move_8 1.2s infinite linear;
}
.lv-circles div:nth-child(9) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.48;
animation: lv-circles_move_7 1.2s infinite linear;
}
.lv-circles div:nth-child(8) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.4;
animation: lv-circles_move_6 1.2s infinite linear;
}
.lv-circles div:nth-child(7) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.32;
animation: lv-circles_move_5 1.2s infinite linear;
}
.lv-circles div:nth-child(6) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.24;
animation: lv-circles_move_4 1.2s infinite linear;
}
.lv-circles div:nth-child(5) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.16;
animation: lv-circles_move_3 1.2s infinite linear;
}
.lv-circles div:nth-child(4) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

opacity: 0.08;
animation: lv-circles_move_2 1.2s infinite linear;
}
.lv-circles div:nth-child(3) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

.lv-circles div:nth-child(1) {
animation: lv-circles_move_1 1.2s infinite linear;
}
.lv-circles div:nth-child(2) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

width: 100%;
height: 100%;
}
.lv-circles div:before {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

width: 30px;
height: 30px;
}
.lv-circles div {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule doesn't have all its properties in alphabetical order.

@sourcelevel-bot
Copy link

SourceLevel has finished reviewing this Pull Request and has found:

  • 203 possible new issues (including those that may have been commented here).

See more details about this review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant