Typed.js

Typed.js is a library that types. Enter in any string, and watch it type at the speed you've set, backspace what it's typed, and begin a new sentence for however many strings you've set.. typed-js

<!-- Plugin Js -->
<script src="assets/bundles/typedjs.bundle.js"></script>

<!-- Setup -->
<script>
    var typed = new Typed('.element', {
        strings: ["First sentence.", "Second sentence."],
        typeSpeed: 30
    });
</script>
Basic Demo
Typed.js^10 is a JavaScript library.

It types out sentences.

And then deletes them.

Try it out!

Fade Out
Smart Backspace
In an input
Shuffled
Bulk Typing