mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
Add animation to hover effect
CURA-8421
This commit is contained in:
parent
f55e3363d0
commit
9bf5d85be1
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ Item
|
||||||
radius: UM.Theme.getSize("action_button_radius").width
|
radius: UM.Theme.getSize("action_button_radius").width
|
||||||
color: UM.Theme.getColor("primary_text")
|
color: UM.Theme.getColor("primary_text")
|
||||||
opacity: applicationSwitcherButton.hovered ? 0.2 : 0
|
opacity: applicationSwitcherButton.hovered ? 0.2 : 0
|
||||||
|
Behavior on opacity { NumberAnimation { duration: 100; } }
|
||||||
}
|
}
|
||||||
|
|
||||||
UM.RecolorImage
|
UM.RecolorImage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue