UNPKG

fresh-typedjs

Version:

My library lets you input text (a word or a paragraph) and specify a timing to animate writing or deleting each letter one by one,

1 lines 262 B
.anim{animation:anim 1s forwards infinite alternate}.afterText::after{content:"";background-color:#fff;width:3px;height:1em;position:absolute;margin-left:.375rem;margin-top:.25rem;animation:anim .5s linear infinite}@keyframes anim{0%{opacity:0}100%{opacity:100}}