home
Transform
4
/ 13
Reproduce the animation.
html
<div class="cell">
<img class="square" src="/square.png">
</div>
css
.cell:hover .square {
transform:
;
:
;
}
rotate(-45deg)
transform
rotate(-90deg)
transition
3s
rotate(30deg)
2s
1s
https://
🎯 Try to reproduce this
https://
Your result
Legal
·
Privacy