adjust animations

This commit is contained in:
end-4
2025-05-09 18:23:11 +02:00
parent de61b46ccb
commit efcfd375c0
3 changed files with 20 additions and 20 deletions
@@ -85,9 +85,9 @@ Button {
Behavior on opacity {
NumberAnimation {
duration: Appearance.animation.elementMoveFast.duration
easing.type: Appearance.animation.elementMoveFast.type
easing.bezierCurve: Appearance.animation.elementMoveFast.bezierCurve
duration: Appearance.animation.elementMoveEnter.duration
easing.type: Appearance.animation.elementMoveEnter.type
easing.bezierCurve: Appearance.animation.elementMoveEnter.bezierCurve
}
}
}