Orlandster / vue-typed-js

Typed.js integration for vue.js. Create a typing animation.
http://www.mattboldt.com/demos/typed-js/
MIT License
478 stars 38 forks source link

BackSpace not working #47

Open rdanang-dev opened 3 years ago

rdanang-dev commented 3 years ago
<vue-typed-js
            :strings="['idho Danang Sanyoto;']"
            :type-speed="150"
            :back-speed="20"
            :back-delay="100"
            :show-cursor="false"
            :fade-out="false"
            :loop="true"
          >
<h1 class="text-custom-title text-8xl py-4 -m-2">R<span class="typing"></span></h1>
<vue-typed-js>

the backspace effect not showing, it always fade out when the effect end