scale orgin css code example
Example 1: transform orgin css
div {
transform: rotate(45deg);
transform-origin: 20% 40%;
}
Example 2: scale css
scale=For a two dimentional animation
div {
transform: rotate(45deg);
transform-origin: 20% 40%;
}
scale=For a two dimentional animation