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

feat(CaterpillarAnimation): add comments

parent debef9a9
......@@ -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) {
......
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