CSSTranslate constructor

CSSTranslate(
  1. CSSNumericValue x,
  2. CSSNumericValue y, [
  3. CSSNumericValue z
])

Implementation

external factory CSSTranslate(
  CSSNumericValue x,
  CSSNumericValue y, [
  CSSNumericValue z,
]);