getPositioningCSS()

BProgress.getPositioningCSS() method

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

Usage

BProgress.getPositioningCSS();

Typing

BProgress.getPositioningCSS(): "translate3d" | "translate" | "margin" | "width";

On this page