3. rotate an image at 360 degree and scaleup using transition and transformation. in html and css code example
Example: css transform transition
.selector {
transition: transform 1s;
}
.selector {
transition: transform 1s;
}