autoDisableTransitions Property

Summary

Automatically disable CSS transitions while this mode is working.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerInteractiveMode.prototype, 'autoDisableTransitions', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly