mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:19:04 +08:00
Add animation to hover effect
CURA-8421
This commit is contained in:
parent
f55e3363d0
commit
9bf5d85be1
@ -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…
x
Reference in New Issue
Block a user