Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

EnableTransitions Method

Show in webframe
Enable updating the transformations matrices and view layout during CSS transitions.
Syntax
 function Leadtools.Controls.ImageViewer.enableTransitions()
Remarks

This method is used only if this viewer is using Elements Mode. Refer to Image Viewer Elements Mode for more information.

Calls to DisableTransitions and EnableTransitions are accumulative. Each call to DisableTransitions must be matched with a corresponding call to EnableTransitions or else updates to the transform won't be applied.

The value of IsTransitionsEnabled can be used to detect if CSS transitions detection are in a disabled state in this viewer.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file