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