Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

I'd like to add animation like this video

$
0
0

@ironwill1023 wrote:

hi, plz see this video:

I want animation like this video when arrange nodes, zoom in and zoom out.
For now, I made this functions:
// Align
onClickAlign() {
this.editDiagram.layout.doLayout(this.editDiagram);
}

// Zoom in
onClickZoomIn() {
this.editDiagram.commandHandler.increaseZoom(1.5);
}

// Zoom out
onClickZoomOut() {
this.editDiagram.commandHandler.decreaseZoom(2/3);
}

These are working without any animation.
How can I add animation like video?
Regards

Posts: 7

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles