mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-23 14:48:15 +00:00
fix(Animations/CaterpillarAnimation): move id to top of YAnimator
This commit is contained in:
parent
19849742f0
commit
4694dbdb73
1 changed files with 2 additions and 1 deletions
|
|
@ -61,9 +61,10 @@ Row {
|
|||
}
|
||||
|
||||
YAnimator on y {
|
||||
id: animator
|
||||
|
||||
duration: container.animationDuration
|
||||
from: 0
|
||||
id: animator
|
||||
running: false
|
||||
to: animationSpace / 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue