Detect if the image viewer is in a state where CSS transition detection is enabled.
Object.defineProperty(ImageViewer.prototype, 'isTransitionsEnabled',
get: function()
)
isTransitionsEnabled: boolean; // read-only
true if the image viewer is in a state where CSS transition detection is enabled, otherwise; false.
This property is used only if this viewer is using Elements Mode. Refer to Image Viewer Elements Mode for more information.
The value of IsTransitionsEnabled will be false after the first DisableTransitions is called and is re-set to true when the last EnableTransitions is called.
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