From 91ccf2b4f5073e369353bb3dda3c5a4fd72b5adb Mon Sep 17 00:00:00 2001 From: J-P Nurmi <jpnurmi@digia.com> Date: Wed, 22 May 2013 14:50:15 +0200 Subject: [PATCH] TabBar: make the displace animation specific for moving Change-Id: I3d5a4fe8ce277e92d28e0ff68c1dab0ad029ea4c Reviewed-by: J-P Nurmi <jpnurmi@digia.com> --- src/private/TabBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/private/TabBar.qml b/src/private/TabBar.qml index e0a555fdc..2fc7f3c98 100644 --- a/src/private/TabBar.qml +++ b/src/private/TabBar.qml @@ -114,7 +114,7 @@ FocusScope { width: Math.min(availableWidth, count ? contentWidth : availableWidth) height: currentItem ? currentItem.height : 0 - displaced: Transition { + moveDisplaced: Transition { NumberAnimation { property: "x" duration: 125 -- GitLab