getPositioningCSS()
BProgress.getPositioningCSS() method
The getPositioningCSS() method determines which CSS transform approach is supported by the current browser (translate3d, translate, margin, or width).
BProgress.getPositioningCSS();
BProgress.getPositioningCSS(): "translate3d" | "translate" | "margin" | "width";