Checking if go/gui properties are animating

It would be great to see if a property of a go/gui object is animating.
At the moment Iā€™m setting flags everywhere to act depending if a property is animating or not, something like:

go.is_animating(node, property)
gui.is_animating(node, property)

or maybe even get where the animation is at, much like the flipbook cursor :stuck_out_tongue:

6 Likes

This would be comfortable and very useful! +1 :gift_heart:

1 Like