Skip to content

Commit

Permalink
[Core] Overlay: fix transitionDuration documentation (#3391)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeboning authored and adidahiya committed Mar 2, 2019
1 parent 940ceb1 commit 2263df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/overlay/overlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

1 comment on commit 2263df4

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Core] Overlay: fix transitionDuration documentation (#3391)

Previews: documentation | landing | table

Please sign in to comment.