Pie fill angle animation (SOLVED)

Can someone show me how to do a pie fill animation?
I’m going through the documentation on animate and its not as intuitive as I would like it to be.
Anyone can’t point me the right way? I just need to animate it from 0 to 360.

Maybe even animate the color intensity along with the fill angle would be even better!

Figured it out
gui.animate(self.progress_node, gui.PROP_FILL_ANGLE, vmath.vector4(360,360,1,0), gui.EASING_INOUTQUAD, 1.5, 0.2, progress_done)

4 Likes