autoDisableTransitions Property

Summary

Automatically disable CSS transitions while this mode is working.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerInteractiveMode.prototype, 'autoDisableTransitions', 
	get: function(), 
	set: function(value) 
) 
autoDisableTransitions: boolean; 

Property Value

true 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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly