Commit 4694dbdb authored by Ronan Abhamon's avatar Ronan Abhamon

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

parent 19849742
......@@ -61,9 +61,10 @@ Row {
}
YAnimator on y {
id: animator
duration: container.animationDuration
from: 0
id: animator
running: false
to: animationSpace / 2
......
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