Documentation

Others

cssPrefix browser-specific prefix for CSS transforms and transitions
isFF a read-only boolean indicating whether the current browser is Firefox
isIE a read-only boolean indicating whether the current browser is Internet Explorer
isSafari a read-only boolean indicating whether the current browser is Safari
isWebKit a read-only boolean indicating whether the current browser is WebKit based (Google Chrome)
jsPrefix browser-specific prefix for CSS transforms and transitions (in Javascript code)
mouse set of mouse-specific properties
strict enables strict mode for webix library.
svg a read-only boolean indicating whether the current browser supports SVG
transform a read-only boolean indicating whether the current browser supports CSS Transforms
transition a read-only boolean indicating whether the current browser supports CSS Transitions
transitionDuration the name of the browser-specific transition-duration event
transitionEnd the name of the browser-specific transition-end event
translate the name of the translate CSS style. Can be "translate" or "translate3d" (if the second one is supported)
Back to top