Disable load() animation on mindmap

Hello,

animaition
https://gojs.net/latest/samples/mindMap.html

Is it possible to disable the load() animation for the mindmap load() function. I’m loading in json data to the graph but every time I load this data in it causes the graph to have an animation which can become really annoying when data is changing frequently.

Thank you.

Sure, set AnimationManager.isInitial to false. If you don’t want animation at all, set isEnabled to false.

Game changer! Thank you and thank you for the quick response.