none property
EnumValue
get
none
Used as a value for #initialAnimationStyle.
This will turn off the initial animation, but also allows for customizing the initial animation by adding your own properties
if you define a "InitialAnimationStarting"
listener with Diagram#addDiagramListener.
See #initialAnimationStyle for details and examples.
Implementation
static _i3.EnumValue get none => _i4.getProperty(
_declaredAnimationManager,
'None',
);
set
none
(EnumValue value)
Implementation
static set none(_i3.EnumValue value) {
_i4.setProperty(
_declaredAnimationManager,
'None',
value,
);
}