Leadtools.Controls Namespace > ImageViewer Object : IsTransitionsEnabled Property |
get_isTransitionsEnabled();
Object.defineProperty('isTransitionsEnabled');
Type | Description |
---|---|
boolean | 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.