Commit 8fd37075 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(CaterpillarAnimation): add comments

parent debef9a9
...@@ -2,6 +2,8 @@ import QtQuick 2.7 ...@@ -2,6 +2,8 @@ import QtQuick 2.7
import Common.Styles 1.0 import Common.Styles 1.0
// ===================================================================
Row { Row {
id: container id: container
...@@ -37,6 +39,7 @@ Row { ...@@ -37,6 +39,7 @@ Row {
radius: width / 2 radius: width / 2
width: container.sphereSize width: container.sphereSize
// y can be: `0`, `animationSpace` or `animationSpace / 2`
onYChanged: { onYChanged: {
// No call executed by last sphere. // No call executed by last sphere.
if (index === nSpheres - 1) { if (index === nSpheres - 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment