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 3fd5485 commit 3e955fcCopy full SHA for 3e955fc
1 file changed
src/styles/global.css
@@ -35,10 +35,6 @@ footer:has(+ #audio-player .player) {
35
}
36
37
[aria-label='EpisodeList'] li {
38
- animation: episode-in linear both;
39
- animation-timeline: view();
40
- animation-range: entry 10% cover 25%;
41
-
42
> div {
43
content-visibility: auto;
44
contain-intrinsic-block-size: auto 400px;
@@ -52,12 +48,6 @@ footer:has(+ #audio-player .player) {
52
48
53
49
54
50
55
-@keyframes episode-in {
56
- from {
57
- opacity: 0;
58
- }
59
-}
60
61
51
@keyframes toggle-vt-names {
62
entry 0% {
63
--should-vt: none;
0 commit comments