-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
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
Labels
No labels