Documentation

jsPrefix

browser-specific prefix for CSS transforms and transitions (in Javascript code)

string jsPrefix;

Example

alert(webix.env.jsPrefix);

See also

Details

Possible values are '', 'webkit', 'Moz', 'O', 'ms'.

Back to top