Documentation v1.1.5

Preview

Overview

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. For more info see the official siteand the Github repository.

Usage

Typed.js's  Javascript files are bundled in a custom bundle file and included on demand as shown below:
<script src="assets/plugins/custom/typedjs/typedjs.bundle.js"></script>

Basic Example

A basic Typed.js  example with text options to auto type with typing speed:
var typed = new Typed("#kt_typedjs_example_1", {
    strings: ["First sentence.", "Second sentence.", "Third sentense", "And some longer sentence"],
    typeSpeed: 30
});
<span id="kt_typedjs_example_1" class="fs-1 fw-bold"></span>
Preview Get Help Buy Now