Use OpacityAnimators instead of NumberAnimations

This commit is contained in:
miruka
2019-11-30 11:29:59 -04:00
parent d1e1ed07dd
commit 6a442da16f
12 changed files with 25 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ HTileDelegate {
! sidePaneList.activateLimiter.running && ! sidePane.hasFocus
Behavior on opacity { HNumberAnimation {} }
Behavior on opacity { HOpacityAnimator {} }
property bool disconnecting: false
@@ -74,7 +74,7 @@ HTileDelegate {
Layout.fillHeight: true
Behavior on opacity { HNumberAnimation {} }
Behavior on opacity { HOpacityAnimator {} }
}
HButton {
@@ -102,7 +102,7 @@ HTileDelegate {
Behavior on angle { HNumberAnimation {} }
}
Behavior on opacity { HNumberAnimation {} }
Behavior on opacity { HOpacityAnimator {} }
}
contextMenu: HMenu {

View File

@@ -18,7 +18,7 @@ HTileDelegate {
! sidePaneList.activateLimiter.running && ! sidePane.hasFocus
Behavior on opacity { HNumberAnimation {} }
Behavior on opacity { HOpacityAnimator {} }
readonly property bool invited: model.data.inviter_id && ! model.data.left