jstejada / react-typist

Typing animations with React
https://jstejada.github.io/react-typist/
Other
1.4k stars 124 forks source link

Integration with Input Placeholder #80

Open siddharthsharma94 opened 4 years ago

siddharthsharma94 commented 4 years ago

Hey! Great plugin. I had a question on how to integrate with the input placeholder

Say I have this

<Typist>
    <span> Try "This"</span>
    <Typist.Backspace count={8} delay={1000}/>
    <span> Phrase </span>
</Typist>

 <input placeholder={"I want to animate this as typing"} >

How do i animate the placeholder text of the input ?

hundreddaysofcode commented 4 years ago

Did you come up with a Solution i have the same problem right now!

siddharthsharma94 commented 4 years ago

Did you come up with a Solution i have the same problem right now!

I have not 🙁 @hundreddaysofcode