File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- syn keyword cssFontProp contained page- transition- tag
1
+ syn keyword cssFontProp contained view- transition- name
2
+ syn keyword cssPseudoClassId contained view- transition
3
+ syn region cssPseudoClassFn contained matchgroup =cssFunctionName start =" \< view-transition-\( group\| image-pair\| old\| new\) (" end =" )" contains =cssStringQ,cssStringQQ
Original file line number Diff line number Diff line change @@ -1251,8 +1251,12 @@ view {
1251
1251
display : auto;
1252
1252
}
1253
1253
1254
- .view-transitions-1 {
1255
- page-transition-tag : auto;
1254
+ .view-transitions-1 ::view-transition ,
1255
+ .view-transitions-1 ::view-transition-group (* ),
1256
+ .view-transitions-1 ::view-transition-image-pair (* ),
1257
+ .view-transitions-1 ::view-transition-old (* ),
1258
+ .view-transitions-1 ::view-transition-new (* ) {
1259
+ view-transition-name : auto;
1256
1260
}
1257
1261
1258
1262
.web-animations-1 {
You can’t perform that action at this time.
0 commit comments