How to make a loop animation sequence of changing rotation
value with changing fill_angle
value of the ellipse?
In short I want to type the code for this gui animation
:
BUT
When I typed delay for gui.animate
to get started the next gui.animate
- It just don’t work.
Why? What I doing wrong?
code:
gui.animate(node, fill_angle, 55, gui.EASING_LINEAR, 1.5, 0) -- fill_angle to lower
gui.animate(node, fill_angle, 340, gui.EASING_LINEAR, 1.5, 1.5) -- fill_angle to upper
video demo: