Animation on song remove, song add

This commit is contained in:
Kasper Rynning-Tønnesen
2017-06-16 15:42:07 +02:00
parent 083cc921a1
commit 7e8136752b
6 changed files with 40 additions and 8 deletions

View File

@@ -6,6 +6,13 @@
height: 100% !important;
}
.side_away {
-webkit-transition: all .3s !important;
-moz-transition: all .3s !important;
-o-transition: all .3s !important;
transition: all .3s !important;
}
.card{
cursor:pointer;
background-color: rgba(255, 255, 255, 0.04) !important;

View File

@@ -1057,6 +1057,13 @@ hide mdi-action-visibility mdi-action-visibility-off
top:20px;
}
.side_away {
-webkit-transition: all .3s !important;
-moz-transition: all .3s !important;
-o-transition: all .3s !important;
transition: all .3s !important;
}
.video-container{
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;