fix(Animations/CaterpillarAnimation): move id to top of YAnimator

This commit is contained in:
Ronan Abhamon 2016-10-20 16:07:15 +02:00
parent 19849742f0
commit 4694dbdb73

View file

@ -61,9 +61,10 @@ Row {
}
YAnimator on y {
id: animator
duration: container.animationDuration
from: 0
id: animator
running: false
to: animationSpace / 2