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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document