Skip to content

Commit

Permalink
Fix md-menu animation timeout issues
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse authored and kennethcachia committed Sep 23, 2015
1 parent 71c3702 commit 712805b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu/menu-interim-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function MenuProvider($$interimElementProvider) {
// Return the promise for when our menu is done animating in
return animator
.waitTransitionEnd(element, {timeout: 370})
.then( function(response) {
.finally( function(response) {
opts.cleanupInteraction = activateInteraction();
return response;
});
Expand Down

0 comments on commit 712805b

Please sign in to comment.