diff --git a/src/components/fab/fab.scss b/src/components/fab/fab.scss index fd77a08f59b..65655478b45 100755 --- a/src/components/fab/fab.scss +++ b/src/components/fab/fab.scss @@ -193,10 +193,12 @@ ion-fab-list[side=right] { opacity: 0; transform: scale(.4) rotateZ(-45deg); transition: all ease-in-out 300ms; + transition-property: transform, opacity; } .fab .button-inner { transition: all ease-in-out 300ms; + transition-property: transform, opacity; } .fab-close-active .fab-close-icon {