Skip to content

Commit

Permalink
fix(fab): only animate transform and opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Oct 22, 2016
1 parent f865093 commit f69e981
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/fab/fab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f69e981

Please sign in to comment.