File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -446,4 +446,19 @@ ask about optimal max-width image width
446
446
fix .mdx live reload
447
447
firefox has white flash bug on theme change after transitions , https :// youtu.be/9MChTVlXbf8?t=363
448
448
home - > about pages image transition maybe , markdown content
449
+
450
+ ----
451
+ // 4.10
452
+ in BaseHead .astro
453
+
454
+ <style >
455
+ @view - transition {
456
+ navigation : auto ; /* enabled! */
457
+ }
458
+ < / style >
459
+
460
+ astro env vars sa schema
461
+ astro component container , render component to string for rss
462
+ css directive transitions
463
+ remote collection 2.0 , custom folder
449
464
```
Original file line number Diff line number Diff line change @@ -106,5 +106,5 @@ const ogImageUrl = new URL(image, baseUrl);
106
106
<script src="set-url-here" crossorigin="anonymous"></script>
107
107
-->
108
108
109
- <ViewTransitions fallback =" none " />
109
+ <ViewTransitions fallback =" animate " />
110
110
</head >
You can’t perform that action at this time.
0 commit comments