mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
feat(CaterpillarAnimation): add comments
This commit is contained in:
parent
debef9a9bc
commit
8fd370752c
1 changed files with 3 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue