A CSS transform string such as "rotate(20deg) scale(2)", a DOMMatrix, an
object carrying the six 2D components, or a flat array of six (2D) or
sixteen (3D) numbers. The standard's methods take only the six numbers
spread across separate arguments; accepting the rest is this fork's
extension.
Every form this library accepts a transform in.
A CSS transform string such as
"rotate(20deg) scale(2)", aDOMMatrix, an object carrying the six 2D components, or a flat array of six (2D) or sixteen (3D) numbers. The standard's methods take only the six numbers spread across separate arguments; accepting the rest is this fork's extension.