@rspress/shared 1.28.3 → 1.29.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +5 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -223,9 +223,13 @@ interface Config$1 {
|
|
223
223
|
*/
|
224
224
|
hideNavbar?: 'always' | 'auto' | 'never';
|
225
225
|
/**
|
226
|
-
* Whether to enable
|
226
|
+
* Whether to enable view transition animation for pages switching
|
227
227
|
*/
|
228
228
|
enableContentAnimation?: boolean;
|
229
|
+
/**
|
230
|
+
* Whether to enable view transition animation for the theme
|
231
|
+
*/
|
232
|
+
enableAppearanceAnimation?: boolean;
|
229
233
|
/**
|
230
234
|
* Enable scroll to top button on documentation
|
231
235
|
* @default false
|