|
|
|
|
|
by Cicero22
1669 days ago
|
|
When using animation delays, it's probably better to make the class include how long the delay is instead of just using 'animation-delay-1'. For example, Tailwind does this with transition delays, and it would definitely make the code clearer, imo. https://tailwindcss.com/docs/transition-delay |
|