CSS transforms
Anti aliasing
css transform, jagged edges in chrome
Asked I've been using CSS3 transform to rotate images and textboxes with borders in my website. The problem is that the border look jagged in Chrome, like a (low-resolution) game without Anti-Aliasing. In IE, Opera and FF it looks much better because AA is used (which is still clearly visible but not that bad).
https://stackoverflow.com/questions/6492027/css-transform-jagged-edges-in-chrome
Visualization
3D in CSS
Planted: Status: seed The perspective property enables a 3D-space for child elements. Its value determines the strength of a child's z-transform effect. Large perspective values cause small transformations, small values cause large transformations. /index.css perspectiveOrigin defines the vanishing point. It's default value is 50% 50%. Centered horizontally & vertically.
https://garden.bradwoods.io/notes/css/3d

