mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2026-04-25 04:04:00 +08:00
Add image-animation-1.vim
https://www.w3.org/TR/2026/WD-css-image-animation-1-20260409/
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
syn keyword cssFontProp contained image-animation
|
||||||
|
syn keyword cssFontAttr contained stopped
|
||||||
|
syn keyword cssPseudoClassId contained animated-image
|
||||||
@@ -683,6 +683,11 @@ template {
|
|||||||
display: auto;
|
display: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.image-animation-1:animated-image {
|
||||||
|
image-animation: auto;
|
||||||
|
display: stopped;
|
||||||
|
}
|
||||||
|
|
||||||
.images-3 {
|
.images-3 {
|
||||||
image-orientation: auto;
|
image-orientation: auto;
|
||||||
display: snap;
|
display: snap;
|
||||||
|
|||||||
Reference in New Issue
Block a user