Add missing keyframe file
This commit is contained in:
@@ -179,13 +179,13 @@
|
||||
|
||||
.room-controls {
|
||||
visibility: hidden;
|
||||
animation: fade-out 0.5s;
|
||||
animation: fade-out 0.3s;
|
||||
opacity: 0;
|
||||
|
||||
&.visible {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
animation: fade-in 0.5s;
|
||||
animation: fade-in 0.3s;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user