From 2f307867e0df5f7dc9dd332a9f6988ef3eac83b3 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 5 Feb 2015 14:45:59 -0600 Subject: [PATCH] refactor(actionsheet): update duration/timing --- scss/_action-sheet.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_action-sheet.scss b/scss/_action-sheet.scss index dcacaa510b0..9246d11139d 100644 --- a/scss/_action-sheet.scss +++ b/scss/_action-sheet.scss @@ -4,7 +4,7 @@ */ .action-sheet-backdrop { - @include transition(background-color 300ms ease-in-out); + @include transition(background-color 150ms ease-in-out); position: fixed; top: 0; left: 0; @@ -20,7 +20,7 @@ .action-sheet-wrapper { @include translate3d(0, 100%, 0); - @include transition(all ease-in-out 300ms); + @include transition(all cubic-bezier(.36, .66, .04, 1) 500ms); position: absolute; bottom: 0; width: 100%;