mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Merge pull request #16178 from zfox23/noEmoteIndicatorAnimation
BUGZ-1339: Disable the Emote Indicator animation to prevent it from being 'jittery'
This commit is contained in:
commit
3edea5bf13
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ Rectangle {
|
|||
}
|
||||
|
||||
Behavior on requestedWidth {
|
||||
enabled: true
|
||||
enabled: false // Set this to `true` once we have a different windowing system that better supports on-screen widgets
|
||||
// like the Emote Indicator.
|
||||
SmoothedAnimation { duration: 220 }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue