mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 03:04:26 +08:00
Add scroll-animations-1.vim
https://www.w3.org/TR/2022/WD-scroll-animations-1-20221025/
This commit is contained in:
2
after/syntax/css/scroll-animations-1.vim
Normal file
2
after/syntax/css/scroll-animations-1.vim
Normal file
@@ -0,0 +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 cssFontAttr contained entry exit
|
||||||
@@ -775,6 +775,21 @@ mask {
|
|||||||
overflow-anchor: auto;
|
overflow-anchor: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.scroll-animations-1 {
|
||||||
|
scroll-timeline-name: auto;
|
||||||
|
scroll-timeline-axis: auto;
|
||||||
|
scroll-timeline: auto;
|
||||||
|
view-timeline-name: auto;
|
||||||
|
view-timeline-axis: auto;
|
||||||
|
view-timeline-inset: auto;
|
||||||
|
view-timeline: auto;
|
||||||
|
animation-range: auto;
|
||||||
|
animation-delay-start: auto;
|
||||||
|
animation-delay-end: auto;
|
||||||
|
display: entry;
|
||||||
|
display: exit;
|
||||||
|
}
|
||||||
|
|
||||||
.scroll-snap-1 {
|
.scroll-snap-1 {
|
||||||
scroll-snap-type: auto;
|
scroll-snap-type: auto;
|
||||||
scroll-padding: auto;
|
scroll-padding: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user