maxeth/react-type-animation

Add duration

harrisonhoward opened this issue · 2 comments

Unsure if this is able to be done but the ability to change the duration of the animation would be great.

Hey, I published a new version with types and a new speed prop that ranges from 0-100 (60 is the default "old" value) which determines how fast the animation is.

Is that what you meant with 'duration'?

You can install the new one and try it out, you just have change the import to import {TypeAnimation} from "react-type-animation" , (no more default export) there are no other breaking changes.

This is what I was looking for