fix: fadeOut starts from current opacity, not hardcoded 1.0

Removes 'from: 1' so if Back is pressed while fadeIn is mid-play the fade-out starts from the actual current opacity instead of jumping to 1.
This commit is contained in:
Marco Allegretti 2026-03-23 12:11:54 +01:00
parent aa0b5ca799
commit 53c098d54c

View file

@ -386,7 +386,7 @@ Item {
id: fadeOut
target: detailRoot
property: "opacity"
from: 1; to: 0
to: 0
duration: 160
easing.type: Easing.InCubic
onStopped: {