Add animation to hover effect

CURA-8421
This commit is contained in:
Jaime van Kessel 2021-09-22 09:36:47 +02:00
parent f55e3363d0
commit 9bf5d85be1

View file

@ -28,6 +28,7 @@ Item
radius: UM.Theme.getSize("action_button_radius").width
color: UM.Theme.getColor("primary_text")
opacity: applicationSwitcherButton.hovered ? 0.2 : 0
Behavior on opacity { NumberAnimation { duration: 100; } }
}
UM.RecolorImage