While I was working on my own personal website, I searched for some text effects I could use on my site. Since I was writing my website in Angular 10, it was hard for me to find a suitable, easy to use, solution.
So I wrote one ;)
If you want the easy way — you can skip this article and just click my easy-to-use solution. if you’re having problems you can find a demo in there also.
If you want to know how to do it yourself, you’ve come to the right place. Let’s Start.
The first thing you need is an Angular app. I assume you know how to create one :). now let’s add a new component, let’s call it — type-delete-component. I’m using CSS but you can use what you want, it’s only a few lines.
#type-delete #text-animations #angular #npm-package