Stay organized with collections Save and categorize content based on your preferences.

blockly > utils > is3dSupported

utils.is3dSupported() function

Use **Blockly.utils.svgMath.is3dSupported** instead.

Check if 3D transforms are supported by adding an element and attempting to set the property.

Signature:

export declare function is3dSupported(): boolean;

Returns:

boolean

True if 3D transforms are supported.