1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-14 04:25:22 +02:00

partipantoverlay: speed up layout animation

Change-Id: I272403d2f069e785883acac1e3a0b47695b913a7
This commit is contained in:
Sébastien Blin 2021-04-02 10:56:24 -04:00
parent 2fd162fbac
commit d9e432b0e3
No known key found for this signature in database
GPG key ID: C894BB01EEB2A9A9

View file

@ -284,7 +284,7 @@ Rectangle {
PropertyAnimation {
target: participantRect
property: "opacity"
duration: 500
duration: 50
}
}
}