Building the transform list
Each control contributes a function to the value of the CSS transform property. Rotation and skew are angle-based, scale is a unitless multiplier, translation supplies an offset, and perspective specifies a viewing distance. The generator combines the active operations into one ordered list. That listed sequence is part of the result, so copying only selected functions or rearranging them can change the appearance.