Skip to content

Commit

Permalink
Pass transitionDuration to Grow. (mui#8049)
Browse files Browse the repository at this point in the history
  • Loading branch information
novembrea authored and oliviertassinari committed Sep 5, 2017
1 parent ee9a533 commit da00364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Popover/Popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ class Popover extends React.Component<AllProps, void> {
onExited={onExited}
role={role}
transitionAppear
transitionDuration={transitionDuration}
rootRef={node => {
this.transitionEl = node;
}}
Expand Down

0 comments on commit da00364

Please sign in to comment.