mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
add class and keygrames for download progess animation
This commit is contained in:
@@ -7,4 +7,15 @@
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.download-progress{
|
||||
background-size: 500% !important;
|
||||
background: linear-gradient(90deg, rgb(62, 51, 255), rgb(255, 0, 0), rgb(62, 51, 255), rgb(255, 0, 0));
|
||||
animation: rainbow 2s linear 0s infinite;
|
||||
}
|
||||
|
||||
@keyframes rainbow {
|
||||
0% { background-position: 84% 0 }
|
||||
100% { background-position: 0 0% }
|
||||
}
|
||||
Reference in New Issue
Block a user