File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
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 view- timeline- name view- timeline- axis view- timeline- inset view- timeline animation- range animation- delay- start animation- delay- end
2- syn keyword cssFontAttr contained entry exit
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
2+ syn keyword cssFontAttr contained entry exit defer ancestor
Original file line number Diff line number Diff line change @@ -800,16 +800,20 @@ mask {
800800.scroll-animations-1 {
801801 scroll-timeline-name : auto;
802802 scroll-timeline-axis : auto;
803+ scroll-timeline-attachment : auto;
803804 scroll-timeline : auto;
804805 view-timeline-name : auto;
805806 view-timeline-axis : auto;
806807 view-timeline-inset : auto;
808+ view-timeline-attachment : auto;
807809 view-timeline : auto;
808810 animation-range : auto;
809811 animation-delay-start : auto;
810812 animation-delay-end : auto;
811813 display : entry;
812814 display : exit;
815+ display : defer;
816+ display : ancestor;
813817}
814818
815819.scroll-snap-1 {
You can’t perform that action at this time.
0 commit comments