BUGZ-1339: Disable the Emote Indicator animation to prevent it from being 'jittery'

This commit is contained in:
Zach Fox 2019-09-11 10:20:59 -07:00
parent 51ef37fd27
commit e9eb07d388

View file

@ -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 }
}