You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I remove the cursor after completion when using the React Component version of typeit? I saw this codepen in the documentation (https://www.typeitjs.com/demos/remove-cursor-after-completion) with instance.destroy(); but I'm not sure how to implement this using the react component. Below is my current code. Thank you in advance :-)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How can I remove the cursor after completion when using the React Component version of typeit? I saw this codepen in the documentation (https://www.typeitjs.com/demos/remove-cursor-after-completion) with instance.destroy(); but I'm not sure how to implement this using the react component. Below is my current code. Thank you in advance :-)
Beta Was this translation helpful? Give feedback.
All reactions