Add clear and endclear animations

This commit is contained in:
LoveEevee
2018-09-26 03:26:42 +03:00
parent 8226123c1b
commit fa818ad370
6 changed files with 32 additions and 13 deletions

View File

@@ -1,24 +1,17 @@
@-webkit-keyframes bgscroll{
from{
background-position: 0 0;
}
to{
background-position: -200px 0;
}
}
@keyframes bgscroll{
from{
background-position: 0 0;
}
to{
background-position: -200px 0;
background-position: -30vmin 0;
}
}
#song-select{
width: 100%;
height: 100%;
background: url("/assets/img/bg-pattern-1.png");
animation: bgscroll 3s infinite linear;
background-size: 30vmin;
animation: bgscroll 8s infinite linear;
white-space: nowrap;
}
#song-container{