Typwriter Autio write html and jquery
Dowload jquery : https://mattboldt.com/demos/typed-js/
Setup
var typed = new Typed('.element', {
strings: ["First sentence.", "Second sentence."],
typeSpeed: 30
});
p
var typed = new Typed('.element', {
strings: ["First sentence.", "Second sentence."],
typeSpeed: 30
});
No comments