anchvy's website logo

ReactJS: Make text typing animation

Introduction

A text with some animation added on your webpage might look more interesting than a plain text like what I've added in my home page.

Today, I'd like to share how we can make a text typing effect with dynamic texts by using ReactJS.

We can also use Pure CSS but using Javascript is way more dynamic

Example

In this example, you can make it more dynamic by adjusting Component props.

Latest articles!

Memo: Web performance runtime Q&A

CSS: PX to REM Calculator

Memo: What I can see from POPCAT.CLICK as a Frontend engineer