mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-20 14:38:28 +03:00
Fix fade in animation for skip notice
This commit is contained in:
@@ -218,6 +218,11 @@ div:hover > .sponsorBlockChapterBar {
|
||||
from { opacity: 0; }
|
||||
}
|
||||
|
||||
@keyframes fadeInToFaded {
|
||||
from { opacity: 0; }
|
||||
to { opacity: 0.5; }
|
||||
}
|
||||
|
||||
@keyframes fadeOut {
|
||||
to { opacity: 0; }
|
||||
}
|
||||
@@ -290,6 +295,10 @@ div:hover > .sponsorBlockChapterBar {
|
||||
animation: fadeIn 0.5s ease-out;
|
||||
}
|
||||
|
||||
.sponsorSkipNoticeFadeIn.sponsorSkipNoticeFaded {
|
||||
animation: fadeInToFaded 0.5s ease-out;
|
||||
}
|
||||
|
||||
.exportCopiedNotice .sponsorSkipNoticeFadeIn {
|
||||
animation: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user