Duration:
Corner:
Curvature:

This sample demonstrates defining custom animation effects with AnimationManager.defineAnimationEffect, and chaining animations to recursively animate a tree.


GoJS Features in this sample

Animation

GoJS offers several built-in animations, enabled by default, as well as the ability to create arbitrary animations.

The Diagram.animationManager handles animations within a Diagram. The AnimationManager automatically sets up and dispatches default animations, and has properties to customize and disable them. Custom animations are possible by creating instances of Animation or AnimationTrigger. More information can be found in the GoJS Intro.

Related samples