Skip to content

Commit 010b35e

Browse files
committed
ViewTransitions fallback="animate"
1 parent e9b5cab commit 010b35e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/working-notes/todo3.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,4 +446,19 @@ ask about optimal max-width image width
446446
fix .mdx live reload
447447
firefox has white flash bug on theme change after transitions, https://youtu.be/9MChTVlXbf8?t=363
448448
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
449464
```

src/components/BaseHead.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ const ogImageUrl = new URL(image, baseUrl);
106106
<script src="set-url-here" crossorigin="anonymous"></script>
107107
-->
108108

109-
<ViewTransitions fallback="none" />
109+
<ViewTransitions fallback="animate" />
110110
</head>

0 commit comments

Comments
 (0)