isTransitionsEnabled Property

Summary

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

Syntax

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

Leadtools.Controls Assembly