79611926

Date: 2025-05-08 07:46:44
Score: 1
Natty:
Report link
 .box {
  width: 100px;
  height: 100px;
  background: red;
  transform: none;
  will-change: transform;
  transition: transform 0.5s ease;
}

.box:hover {
  transform: translateX(200px) rotate(45deg);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Sekhar Chaudhary