2.0.6 • Published 4 years ago

react-typing-animated v2.0.6

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

react-typing-animation

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

DEMO

Use npm start to preview

Simple Usage

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

Props

namerequiredtypedefaultdescription
tagtruestringTag that the text will be put in
texttruestringText to be animated
alwaysRefreshfalsebooleanfalseIf true: always reanimate when prop changes, otherwise reanimate on text change
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.0.6

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago