From 4694dbdb73580af3fc013415657b7dbac17e80b3 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 20 Oct 2016 16:07:15 +0200 Subject: [PATCH] fix(Animations/CaterpillarAnimation): move `id` to top of `YAnimator` --- tests/ui/modules/Common/Animations/CaterpillarAnimation.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ui/modules/Common/Animations/CaterpillarAnimation.qml b/tests/ui/modules/Common/Animations/CaterpillarAnimation.qml index 57aebc2b1..6d2e55110 100644 --- a/tests/ui/modules/Common/Animations/CaterpillarAnimation.qml +++ b/tests/ui/modules/Common/Animations/CaterpillarAnimation.qml @@ -61,9 +61,10 @@ Row { } YAnimator on y { + id: animator + duration: container.animationDuration from: 0 - id: animator running: false to: animationSpace / 2