any idea why this isn't working?
#names h3.username { animation: typing 4s infinite; }
@keyframes typing { from { width: 0; } to { width: 100%; } }
i got it from @shin iirc but it doesn't seem to work.
The animation needs to have running
to actually play.
Reactions
Comments
Leave a comment