Skip to content

Doesn’t work when loop and smartBackspace are true #51

@simonhrogers

Description

@simonhrogers

Hi, thanks so much for your work on this.

As noted in the title, the animation breaks after one cycle with both :loop="true" and smartBackspace="true" configured.

e.g.

    <vue-typed-js
      :strings="['Any Old Bollocks', 'Any Other Business', 'Await Orthogonal Blessings', 'Abraham Object Bison', 'About Occasionally Beloved', 'Adolescent Orangutan Bicycles']"
      :typeSpeed="100"
      :startDelay="1000"
      :backSpeed="20"
      :smartBackspace="false"
      :shuffle="true"
      :loop="true"
      :showCursor="false"
    >
      <h1 class="typing"></h1>
    </vue-typed-js>

I believe this was fixed in the original package, as mentioned here: mattboldt/typed.js#262 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions