File tree 1 file changed +11
-9
lines changed
packages/frontendmu-nuxt/pages 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const nextMeetupId = nextMeetup.value.id;
39
39
</div >
40
40
</template >
41
41
42
- <style scoped>
42
+ <style scoped lang="postcss" >
43
43
@keyframes list-item-scroll-effect {
44
44
0 % {
45
45
opacity : 0 ;
@@ -58,13 +58,15 @@ const nextMeetupId = nextMeetup.value.id;
58
58
}
59
59
}
60
60
61
- .card-entrance {
62
- view-timeline-name : --list-item-timeline;
63
- animation-timeline : --list-item-timeline;
64
- animation-range-start : entry 20% ;
65
- animation-range-end : cover 95% ;
66
- animation-fill-mode : both ;
67
- animation-name : list-item-scroll-effect;
68
- transform-origin : center center ;
61
+ @supports (animation-timeline : view ()) {
62
+ .card-entrance {
63
+ view-timeline-name : --list-item-timeline;
64
+ animation-timeline : --list-item-timeline;
65
+ animation-range-start : entry 20 % ;
66
+ animation-range-end : cover 95 % ;
67
+ animation-fill-mode : both;
68
+ animation-name : list-item-scroll-effect;
69
+ transform-origin : center center;
70
+ }
69
71
}
70
72
</style >
You can’t perform that action at this time.
0 commit comments