mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
fix(fab): only animate transform and opacity
This commit is contained in:
@ -193,10 +193,12 @@ ion-fab-list[side=right] {
|
|||||||
opacity: 0;
|
opacity: 0;
|
||||||
transform: scale(.4) rotateZ(-45deg);
|
transform: scale(.4) rotateZ(-45deg);
|
||||||
transition: all ease-in-out 300ms;
|
transition: all ease-in-out 300ms;
|
||||||
|
transition-property: transform, opacity;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fab .button-inner {
|
.fab .button-inner {
|
||||||
transition: all ease-in-out 300ms;
|
transition: all ease-in-out 300ms;
|
||||||
|
transition-property: transform, opacity;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fab-close-active .fab-close-icon {
|
.fab-close-active .fab-close-icon {
|
||||||
|
Reference in New Issue
Block a user