How to animate new node creation?

Hi, I’m working on a diagram with nodes containing SVG images. How can I animate the new node creation to make smooth transition from 0 size to sizes defined in relevant binding?

We haven’t exposed all of the functionality from the AnimationManager to allow you to do that. Sorry.

But if that functionality were available, you could animate the scale of the node, say from 0.01 to 1.0. I think this is more likely what you’d want than what you are asking for.

Thanks for answer. So if I cannot play with size / scale, can I play with opacity / transparency of the image?

You can do whatever you want, but you need to implement it yourself, since you cannot use the functionality of the AnimationManager.