diff --git a/packages/core/src/components/overlay/overlay.tsx b/packages/core/src/components/overlay/overlay.tsx index e32157635e..d7364d3574 100644 --- a/packages/core/src/components/overlay/overlay.tsx +++ b/packages/core/src/components/overlay/overlay.tsx @@ -51,7 +51,7 @@ export interface IOverlayableProps extends IOverlayLifecycleProps { * This is used by React `CSSTransition` to know when a transition completes and must match * the duration of the animation in CSS. Only set this prop if you override Blueprint's default * transitions with new transitions of a different length. - * @default 100 + * @default 300 */ transitionDuration?: number;