Turn off animation

It is possible to turn off animation ?. Not to set animation time to 1ms (“animationManager.duration”: 1)
but to fully turn off.

Set AnimationManager.isEnabled to false. For example, when making the Diagram:
$(go.Diagram, . . ., { “animationManager.isEnabled”: false }, . . .)

Actually, I would have thought that setting the duration to zero would accomplish the same effect.

Thanks for advice :). I thought that duration have to be 1ms and more.

Yes, that’s right.

It’s better to have a separate “enabled” flag, so that one can easily turn it on and off without losing the duration value.