feat: Add individual transform properties
ScorpAL opened this issue · 2 comments
ScorpAL commented
Add individual transform properties.
Transform elements with the translate
, rotate
, and scale
properties.
.target {
translate: 50% 0;
rotate: 30deg;
scale: 1.2;
}
https://web.dev/css-individual-transform-properties/
https://chromestatus.com/feature/5705698193178624