transform

a read-only boolean indicating whether the current browser supports CSS Transforms

boolean transform;

Example

if (webix.env.transform)
    do_something();

See also
Back to top