Open simonhrogers opened 2 years ago
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.
:loop="true"
smartBackspace="true"
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: https://github.com/mattboldt/typed.js/issues/262#issuecomment-312295265
Hi, thanks so much for your work on this.
As noted in the title, the animation breaks after one cycle with both
:loop="true"
andsmartBackspace="true"
configured.e.g.
I believe this was fixed in the original package, as mentioned here: https://github.com/mattboldt/typed.js/issues/262#issuecomment-312295265