@whitesev/pops 2.4.4 → 2.4.5
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.
|
@@ -149,5 +149,5 @@ export interface PopsPanelDetails extends PopsTitleConfig, PopsDragConfig, PopsC
|
|
|
149
149
|
* 如果浏览器不支持`document.startViewTransition`函数,那么即使使用`useDeepMenuSwtichAnimation`为true,那么不会使用动画
|
|
150
150
|
* @default true
|
|
151
151
|
*/
|
|
152
|
-
useDeepMenuSwtichAnimation
|
|
152
|
+
useDeepMenuSwtichAnimation?: true;
|
|
153
153
|
}
|