Vue-Typeout-Text

Type out the text with vue.js.

 <typeout-text content="Hello world!" speed="2" />
HTML

Vue-Typeout-Textc

Animate.css support

anim2

animdemo

If you want to text by typed out with animation you can add animate.css from CDN into head in index.html then set animation attribute to any of animations from animate.css

 <typeout-text content="Hello world!" speed="1.5" animation="swing" />
HTML

Installation

Install with NPM

npm i vue-typeout-text
Sh

then import and use with Vue

Vue.use(vueTypeoutText)

GitHub

Latest commit to the undefined branch on unknown
Download as zip