react-typist icon indicating copy to clipboard operation
react-typist copied to clipboard

Integration with Input Placeholder

Open siddharthsharma94 opened this issue 5 years ago • 2 comments

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 ?

siddharthsharma94 avatar Jan 18 '20 06:01 siddharthsharma94

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

hundreddaysofcode avatar Oct 19 '20 20:10 hundreddaysofcode

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

I have not 🙁 @hundreddaysofcode

siddharthsharma94 avatar Oct 21 '20 20:10 siddharthsharma94