File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
- 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
1
+ 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
2
2
syn keyword cssFontAttr contained entry exit defer ancestor
Original file line number Diff line number Diff line change @@ -800,16 +800,15 @@ mask {
800
800
.scroll-animations-1 {
801
801
scroll-timeline-name : auto;
802
802
scroll-timeline-axis : auto;
803
- scroll-timeline-attachment : auto;
804
803
scroll-timeline : auto;
805
804
view-timeline-name : auto;
806
805
view-timeline-axis : auto;
807
806
view-timeline-inset : auto;
808
- view-timeline-attachment : auto;
809
807
view-timeline : auto;
810
808
animation-range : auto;
811
809
animation-delay-start : auto;
812
810
animation-delay-end : auto;
811
+ timeline-scope : auto;
813
812
display : entry;
814
813
display : exit;
815
814
display : defer;
You can’t perform that action at this time.
0 commit comments