animationManager property
AnimationManager
get
animationManager
This read-only property returns the AnimationManager for this Diagram.
Implementation
_i3.AnimationManager get animationManager => _i4.getProperty(
this,
'animationManager',
);
set
animationManager
(AnimationManager value)
Implementation
set animationManager(_i3.AnimationManager value) {
_i4.setProperty(
this,
'animationManager',
value,
);
}