Enable updating the transformations matrices and view layout during CSS transitions.
ImageViewer.prototype.enableTransitions = function()
enableTransitions(): void;
This method is used only if this viewer is using Elements Mode. Refer to Image Viewer Elements Mode for more information.
Calls to DisableTransitions and EnableTransitions are accumulative. Each call to DisableTransitions must be matched with a corresponding call to EnableTransitions or else updates to the transform won't be applied.
The value of IsTransitionsEnabled can be used to detect if CSS transitions detection are in a disabled state in this viewer.
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