isTransitionsEnabled Property

Summary

Detect if the image viewer is in a state where CSS transition detection is enabled.

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewer.prototype, 'isTransitionsEnabled', 
	get: function() 
) 
isTransitionsEnabled: boolean; // read-only 

Property Value

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

Requirements

Target Platforms

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

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.