From d9e432b0e3c9d86579d1a42cf55e28dbee65b0ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Fri, 2 Apr 2021 10:56:24 -0400 Subject: [PATCH] partipantoverlay: speed up layout animation Change-Id: I272403d2f069e785883acac1e3a0b47695b913a7 --- src/mainview/components/ParticipantOverlay.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainview/components/ParticipantOverlay.qml b/src/mainview/components/ParticipantOverlay.qml index 035ccd2d6..47bfbf98f 100644 --- a/src/mainview/components/ParticipantOverlay.qml +++ b/src/mainview/components/ParticipantOverlay.qml @@ -284,7 +284,7 @@ Rectangle { PropertyAnimation { target: participantRect property: "opacity" - duration: 500 + duration: 50 } } } -- GitLab