Add missing keyframe file

This commit is contained in:
Torjus
2018-07-31 14:13:42 +02:00
parent e3b85adb35
commit b2cc744cf0
3 changed files with 23 additions and 2 deletions
+2 -2
View File
@@ -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;
}
}