@aliksander85 wrote:
Hi. I have a case when I need to animate my diagram when changing diagram’s position x.
Example:
diagram.position = new go.Point(diagram.position.x + value, diagram.position.y);
I’ve set up
animationManager
for diagram, soanimationManager.isEnabled: true
.
But I don’t see any animation even if I increase animation duration.How it’s possible to move diagram to specific value (like changing diagram position x) with animation?
Thanks in advance.
Posts: 1
Participants: 1