Testing transform computed style

All boxes are 200x200 pixels. When you click on an element, the computed transform style will be displayed below

Computed style for -webkit-transform displayed here

scale(1.5, 0.75)
rotate(30deg)
translate(50px, 80px)
translate(10px, 50px) scale(0.8) rotate(-10deg)