Documentation

transition

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

boolean transition;

Example

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

See also

Back to top