isTransitionsEnabled Property

Summary

Indicates if this element has been updated while a CSS transition is in effect.

Syntax

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

Property Value

true if this element has been updated while a CSS transition is in effect, otherwise; false.

Remarks

Refer ElementsUpdated and Image Viewer Elements Mode for more information.

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