Skip to content

Commit f69e981

Browse files
committed
fix(fab): only animate transform and opacity
1 parent f865093 commit f69e981

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/fab/fab.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,12 @@ ion-fab-list[side=right] {
193193
opacity: 0;
194194
transform: scale(.4) rotateZ(-45deg);
195195
transition: all ease-in-out 300ms;
196+
transition-property: transform, opacity;
196197
}
197198

198199
.fab .button-inner {
199200
transition: all ease-in-out 300ms;
201+
transition-property: transform, opacity;
200202
}
201203

202204
.fab-close-active .fab-close-icon {

0 commit comments

Comments
 (0)