New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-animated-typing

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-animated-typing

Simple react component to animate any tag in text you want.

latest
npmnpm
Version
4.1.0
Version published
Maintainers
1
Created
Source

react-animated-typing

Simple react component to animate any tag in text you want.

DEMO

Installation

npm install --save react-animated-typing

Use npm start to preview

Simple Usage

<AnimatedText text="h1 Animated typing text" tag="h1" />

Props

namerequiredtypedefaultdescription
texttruestringText to be animated
tagfalsestringdivTag that the text will be put in
delayfalsenumber0Delay of the animation start by ms
disabledfalsebooleanfalseDisable animation start until set to true
hreffalsestringhref in case it is a link
speedfalsenumber100Time needed for each symbol to appear in a sequence in ms
stylefalseObjectOuter div style
textStylefalseObjectInner Tag style
typefalsestringIf type == 'random': Text will replace randomly generated characters instead of typing

Support

If you like this plugin, please consider donating to a small time developer (me)!

Donate

FAQs

Package last updated on 13 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts