diff --git a/scss/_action-sheet.scss b/scss/_action-sheet.scss index 7b277c5e60..4d19cfa40e 100644 --- a/scss/_action-sheet.scss +++ b/scss/_action-sheet.scss @@ -4,6 +4,7 @@ */ .action-sheet-backdrop { + @include transition(background-color 300ms ease-in-out); position: fixed; top: 0; left: 0; @@ -13,13 +14,6 @@ background-color: rgba(0,0,0,0); &.active { - @include animation(fadeInHalf 0.3s); - @include animation-fill-mode(both); - } - - &.active-remove { - @include animation(fadeOutHalf 0.3s); - @include animation-fill-mode(both); background-color: rgba(0,0,0,0.5); } }