feat: use fade appearance animation

This commit is contained in:
rand777 2025-03-13 06:29:00 +08:00
parent 5be61427c5
commit 280ac6f616

View File

@ -109,7 +109,7 @@ export default defineThemeConfig({
transition: {
page: true, // 启用 页面间跳转过渡动画
postList: true, // 启用 博客文章列表过渡动画
appearance: 'circle-clip', // 启用 深色模式切换过渡动画, 或配置过渡动画类型
appearance: 'fade', // 启用 深色模式切换过渡动画, 或配置过渡动画类型
},
})