Documentation

cssPrefix

browser-specific prefix for CSS transforms and transitions

string cssPrefix;

Example

alert(webix.env.cssPrefix);

See also

Details

Possible values are '', '-webkit-', '-Moz-', '-o-', '-ms-';

Back to top