Skip to content

Commit

Permalink
[Dialogs] Shorten transition duration (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianegordon authored and samnm committed May 26, 2017
1 parent 555d866 commit eb9351d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Dialogs/src/MDCDialogTransitionController.m
Expand Up @@ -20,7 +20,7 @@

@implementation MDCDialogTransitionController

static const NSTimeInterval MDCDialogTransitionDuration = 0.5;
static const NSTimeInterval MDCDialogTransitionDuration = 0.27;

#pragma mark - UIViewControllerAnimatedTransitioning

Expand Down

0 comments on commit eb9351d

Please sign in to comment.