From 280ac6f6168d01553f4f261be85bdfd1389b5e88 Mon Sep 17 00:00:00 2001 From: rand777 Date: Thu, 13 Mar 2025 06:29:00 +0800 Subject: [PATCH] feat: use fade appearance animation --- docs/.vuepress/plume.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/plume.config.ts b/docs/.vuepress/plume.config.ts index 7504b28..d37ef48 100644 --- a/docs/.vuepress/plume.config.ts +++ b/docs/.vuepress/plume.config.ts @@ -109,7 +109,7 @@ export default defineThemeConfig({ transition: { page: true, // 启用 页面间跳转过渡动画 postList: true, // 启用 博客文章列表过渡动画 - appearance: 'circle-clip', // 启用 深色模式切换过渡动画, 或配置过渡动画类型 + appearance: 'fade', // 启用 深色模式切换过渡动画, 或配置过渡动画类型 }, })