animateLinks

abstract val animateLinks: Property<Boolean>(source)

When set to true, all links between modules will have a pretty animation applied to them.

WARNING: this doesn't currently work on GitHub or in IntelliJ's Mermaid renderers, but it does work on mermaid.live. IntelliJ breaks rendering completely, while GitHub still renders the diagram but not the animation. Not really recommended for practical use, but it does look cool when it works.

Also controlled by the atlas.mermaid.chart.animateLinks Gradle property. Defaults to false. See the Mermaid docs