Update scroll-animations-1.vim

https://www.w3.org/TR/2023/WD-scroll-animations-1-20230428/
This commit is contained in:
Kyo Nagashima
2023-04-28 18:33:00 +09:00
parent d858def9c1
commit 61bc815f2b
2 changed files with 6 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
syn keyword cssFontProp contained scroll-timeline-name scroll-timeline-axis scroll-timeline view-timeline-name view-timeline-axis view-timeline-inset view-timeline animation-range animation-delay-start animation-delay-end syn keyword cssFontProp contained scroll-timeline-name scroll-timeline-axis scroll-timeline-attachment scroll-timeline view-timeline-name view-timeline-axis view-timeline-inset view-timeline-attachment view-timeline animation-range animation-delay-start animation-delay-end
syn keyword cssFontAttr contained entry exit syn keyword cssFontAttr contained entry exit defer ancestor

View File

@@ -800,16 +800,20 @@ mask {
.scroll-animations-1 { .scroll-animations-1 {
scroll-timeline-name: auto; scroll-timeline-name: auto;
scroll-timeline-axis: auto; scroll-timeline-axis: auto;
scroll-timeline-attachment: auto;
scroll-timeline: auto; scroll-timeline: auto;
view-timeline-name: auto; view-timeline-name: auto;
view-timeline-axis: auto; view-timeline-axis: auto;
view-timeline-inset: auto; view-timeline-inset: auto;
view-timeline-attachment: auto;
view-timeline: auto; view-timeline: auto;
animation-range: auto; animation-range: auto;
animation-delay-start: auto; animation-delay-start: auto;
animation-delay-end: auto; animation-delay-end: auto;
display: entry; display: entry;
display: exit; display: exit;
display: defer;
display: ancestor;
} }
.scroll-snap-1 { .scroll-snap-1 {