Added fade out animation

This commit is contained in:
Ajay Ramachandran
2019-08-19 17:39:22 -04:00
parent 6fe94a70a7
commit e5e250ff36
2 changed files with 21 additions and 0 deletions

View File

@@ -58,6 +58,11 @@
to { opacity: 1; }
}
@keyframes fadeOut {
from { opacity: 1; }
to { opacity: 0; }
}
.sponsorBlockSpacer {
background-color: rgb(100, 100, 100);
border-color: rgb(100, 100, 100);
@@ -82,6 +87,10 @@
padding-right: 5px;
}
.sponsorBlockFadeOutAnimiation {
animation: fadeOut 3s;
}
.sponsorSkipNoticeTimeLeft {
color: #eeeeee;