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
i would like to know if there is a way to stop it from deleting what's already written, so I can use the multiple lines below one another like a typed conversation is taking place, instead of typing then deleting each line.
i just don't want the "backspace" effect.
thank you.
The text was updated successfully, but these errors were encountered:
I'm not sure if this is what you mean but I believe you can use the Smart Backspace smartBackspace=true and loop=false to get what you want see the jsfiddle for an example: https://jsfiddle.net/j36rhdgb/
So for the typedjs shortcode it would be something like
[typedjs smartBackspace="true" loop="false"]'My strings are:<br> on' + 'My strings are:<br> on <br> new <br>' + 'My strings are:<br> on <br> new <br> lines'[/typedjs]
hi.
i love the wp addon you have done.
i would like to know if there is a way to stop it from deleting what's already written, so I can use the multiple lines below one another like a typed conversation is taking place, instead of typing then deleting each line.
i just don't want the "backspace" effect.
thank you.
The text was updated successfully, but these errors were encountered: