79398095

Date: 2025-01-29 20:26:15
Score: 1.5
Natty:
Report link

See this

p span:before {
    animation: dots 2s linear infinite;
    content: '';   
}

  @keyframes dots {
    0%, 20% {
      content: '.';
    }
    40% {
      content: '..';
    }
    60% {
      content: '...';
    }
    90%, 100% {
      content: '';
    } 
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SimoneMSR