@regenbio/regenbio-components-react 1.3.4 → 1.3.6

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.
@@ -16,4 +16,8 @@ export type RbPageContainerProps = {
16
16
  * 子组件动画效果
17
17
  */
18
18
  animate?: 'fadeInRight' | 'fadeInLeft' | 'fadeInDown' | 'fadeInUp' | false;
19
+ /**
20
+ * 是否在动画期间控制为Load(影响子节点展示)
21
+ */
22
+ loadDuringAnimate?: boolean;
19
23
  } & PageContainerProps;