79380481

Date: 2025-01-23 09:35:10
Score: 1
Natty:
Report link

I just came across this situation where I needed a clockwise full 360 degree rotation and to solve it I did this:

@keyframes logomove {
  0% {transform: rotate(-360deg);}
}

did the trick for me.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andie