Skip to content

Commit

Permalink
refactor(actionsheet): update duration/timing
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Feb 5, 2015
1 parent e0543ea commit 2f30786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/_action-sheet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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%;
Expand Down

0 comments on commit 2f30786

Please sign in to comment.