Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

AutoDisableTransitions Property

Show in webframe
Automatically disable CSS transitions while this mode is working.
Syntax
get_autoDisableTransitions();
set_autoDisableTransitions(value);
Object.defineProperty('autoDisableTransitions');

Property Value

TypeDescription
booleantrue to automatically disable CSS transitions while this mode is working, otherwise; false. Default value is true.
Remarks

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.

See Also

Reference

ImageViewerInteractiveMode Object
ImageViewerInteractiveMode Members

Error processing SSI file