Update scroll-animations-1.vim

https://www.w3.org/TR/2023/WD-scroll-animations-1-20230606/
This commit is contained in:
Kyo Nagashima
2023-06-08 14:39:55 +09:00
parent 61bc815f2b
commit 60ff15a81e
2 changed files with 2 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
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 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 timeline-scope
syn keyword cssFontAttr contained entry exit defer ancestor syn keyword cssFontAttr contained entry exit defer ancestor

View File

@@ -800,16 +800,15 @@ 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;
timeline-scope: auto;
display: entry; display: entry;
display: exit; display: exit;
display: defer; display: defer;