Animation while table-layout cells resize

I have a table layout with many cells, when I drop a node in it the cells resize with a animation affect it seems to be a doubles crossing kind off. I don’t want that to be happened. When it resizes all of a sudden just resize the cell that’s it no animation effect needed. Is there anyway to achieve this?

Setting AnimationManager | GoJS API to false is commonplace. There are lots of examples – just search for “animationManager”.

Thanks! This worked.