We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1f494 commit 1000607Copy full SHA for 1000607
.vitepress/theme/components/CustomLayout.vue
@@ -56,6 +56,7 @@ provide("toggle-appearance", async () => {
56
{
57
duration: 300,
58
easing: "ease-in",
59
+ fill: "forwards",
60
pseudoElement: `::view-transition-${isDark.value ? "old" : "new"}(root)`,
61
},
62
);
0 commit comments