Hiding load effect (update GoJS v1.1.6 --> v1.5.0)

Hi,

I am trying to migrate an applicationGoJS v1.1.6 --> v1.5.0
How do I hide the loading effect of the initial load of a diagram ?

thanks,
Arnaud

Well, I guess when going from 1.1 to 1.5 the Change Log is pretty long…

I suspect you are talking about the layout animation that happens for those diagrams that perform a layout. Try setting AnimationManager.isEnabled to false. If you are calling GraphObject.make to create your Diagram:

    $(go.Diagram, "myDiagramDiv", . . .,
        { "animationManager.isEnabled": false });

By the way, did you have any problems with the upgrade? I would guess not, given that you are only asking about a superficial animation effect that we introduced in version 1.4.