2.1.6 • Published 4 years ago

react-animated-typing v2.1.6

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

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

2.1.6

4 years ago

2.1.5

4 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.0.7

4 years ago

2.0.9

4 years ago

2.0.8

4 years ago

2.1.0

4 years ago

1.0.6

4 years ago