From 8fd370752c70063d9f1b47a22ae5157fa7022811 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Thu, 20 Oct 2016 09:28:02 +0200 Subject: [PATCH] feat(CaterpillarAnimation): add comments --- tests/ui/modules/Common/Animations/CaterpillarAnimation.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ui/modules/Common/Animations/CaterpillarAnimation.qml b/tests/ui/modules/Common/Animations/CaterpillarAnimation.qml index b1ac39c90..57aebc2b1 100644 --- a/tests/ui/modules/Common/Animations/CaterpillarAnimation.qml +++ b/tests/ui/modules/Common/Animations/CaterpillarAnimation.qml @@ -2,6 +2,8 @@ import QtQuick 2.7 import Common.Styles 1.0 +// =================================================================== + Row { id: container @@ -37,6 +39,7 @@ Row { radius: width / 2 width: container.sphereSize + // y can be: `0`, `animationSpace` or `animationSpace / 2` onYChanged: { // No call executed by last sphere. if (index === nSpheres - 1) {