Automatically disable CSS transitions while this mode is working.
Object.defineProperty(ImageViewerInteractiveMode.prototype, 'autoDisableTransitions',
get: function(),
set: function(value)
)
autoDisableTransitions: boolean;
true to automatically disable CSS transitions while this mode is working, otherwise; false. Default value is true.
When the value of AutoDisableTransitions is true (the default value), then the owner image viewer will automatically disable CSS transitions during WorkStarted and WorkCompleted. This is done to ensure that the action perform by the mode is performed instantly - for example, when panning or zooming the image in the viewer using ImageViewerPanZoomInteractiveMode.
Some interactive modes set this value to false since their work do not cause a transformation change in the viewer, for example, ImageViewerRubberBandInteractiveMode.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET