Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

IsTransitionsEnabled Property (ImageViewer)

Show in webframe
Detect if the image viewer is in a state where CSS transition detection is enabled.
Syntax
get_isTransitionsEnabled();
Object.defineProperty('isTransitionsEnabled');

Property Value

TypeDescription
booleantrue if the image viewer is in a state where CSS transition detection is enabled, otherwise; false.
Remarks

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.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file