79483959

Date: 2025-03-04 14:27:43
Score: 2.5
Natty:
Report link

thanks for your answers, I didn't realize there would be several ways to write the syntax for this but I was also able to get it working by using this 0%/100% notation (whereas using the from/to notation did not work):

@keyframes rotate {
  0% {
    --angle: var(--offset-angle)
  }
  
  100% {
    --angle: calc(var(--offset-angle) + 360deg);
  }
}
Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): did not work
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: JungleEskimo