mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-20 06:35:51 +02:00
partipantoverlay: speed up layout animation
Change-Id: I272403d2f069e785883acac1e3a0b47695b913a7
This commit is contained in:
parent
2fd162fbac
commit
d9e432b0e3
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ Rectangle {
|
||||||
PropertyAnimation {
|
PropertyAnimation {
|
||||||
target: participantRect
|
target: participantRect
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
duration: 500
|
duration: 50
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue