1.0.0 • Published 3 years ago

react-typing-text-animation v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-typing-text-animation

Simple typing text animation in React component

NPM

Install

npm install react-typing-text-animation

Usage

import TypingTextAnimation from 'react-typing-text-animation'

import 'react-typing-text-animation/dist/index.css' // only if you're using default cursor

function Example() {
  return <TypingTextAnimation text='example' />
}

API

PropertyTypeDefaultRequired
textstring""yes
classNamestring""no
delaynumber (ms)200no
cursorDurationstring (css animation-duration value)"1s"no
reverseboolfalseno
delayOnReversenumber (ms)50no
brakeBeforeReversenumber (ms)2500no
cursorReact Elementcursor componentno

License

MIT © ThisGuh