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) {