We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02669d8 commit f00610cCopy full SHA for f00610c
1 file changed
src/styles/global.css
@@ -28,6 +28,19 @@ footer:has(+ #audio-player .player) {
28
}
29
30
31
+[aria-label="EpisodeList"] li {
32
+ animation: episode-in linear both;
33
+ animation-timeline: view();
34
+ animation-range: entry 10% cover 25%;
35
+}
36
+
37
+@keyframes episode-in {
38
+ from {
39
+ opacity: 0;
40
+ translate: 0 25px;
41
+ }
42
43
44
.animated-bottom-border {
45
@apply border-b after:block after:h-[1px] after:w-0 after:bg-gradient-to-r after:from-[#C6B2FF] after:to-[#8D67FF] after:transition-all after:duration-500 after:ease-in-out hover:after:w-full dark:border-dark-border dark:after:from-[#43C9F5] dark:after:to-[#B4EDFF];
46
0 commit comments