1.1.4 • Published 8 months ago

react-word-typing-animation v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

react-word-typing-animation

Nice smooth typing animation on word(s)

Example

npm.io

Install

npm install react-word-typing-animation --save

If you prefer yarn then

yarn react-word-typing-animation

Props

PropertyTypeDefaultDescription
words (required)string[][]Words to type
intervalnumber200Time between word change in ms
showCursorbooleantrueWhether to show the blinker cursor
showCommabooleantrueWhether to show comma at the end of the line
textClassNamestring''Text class name
commaClassNamestring''Comma class name
cursorClassNamestring''Cursor class name
typingSpeednumber300Typing speed in ms (recommended to set between 200 for fast typing to 450 for slow typing)

Usage

import React from 'react'
import TypingAnimation from 'react-word-typing-animation';


const Example = () => {
  return <TypingAnimation words={['Frontend', 'Development', 'Is', 'Super', 'Fun']} />
}

export default Example;

License

MIT © mamanico1

1.1.4

8 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago