animationEffect property

ConnectionEffect? animationEffect
final

Optional default animation effect for all connections.

If specified, this effect will be used for all connections unless overridden by the individual connection's animationEffect property. If null, connections will have no animation effect by default.

Common effects include:

Implementation

final ConnectionEffect? animationEffect;