eduardostuart/vue-typewriter

Display

Opened this issue · 1 comments

Is there anyway to add an option for the actual text to last longer on the screen?

I tried using using speed and interval but:

  • Interval did not adjust how long the text was on screen but rather how long till the next text would appear after erasing everything
  • Speed just led to slower or faster typing speeds but didn't contribute to the on screen time.

Also could you add an animation for deleting? Instead of deleting all at once, just delete the character one by one?

Thanks!

Added in a pull request awaiting approval: #3

Deleting one by one is achieved by setting full-erase to false.