haii.. would you mind telling me how you did the name typing thing :3??
#names h3.username { animation: typing 4s infinite; }
@keyframes typing { from { width: 0; } to { width: 100%; } }
Reactions
Comments
Leave a comment
haii.. would you mind telling me how you did the name typing thing :3??
#names h3.username { animation: typing 4s infinite; }
@keyframes typing { from { width: 0; } to { width: 100%; } }
TYSM!!