-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: master
Are you sure you want to change the base?
Janus stream player #420
Conversation
* Don't wait for stream list before starting. * Loading spinner. * Letterbox the video to window height.
transform: scale(0.01); | ||
background-color: #1ddab5; | ||
} | ||
50% { |
There was a problem hiding this comment.
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% { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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 has finished reviewing this Pull Request and has found:
|
No description provided.