Documentation v8.0.25

Preview Purchase

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-bolder"></span>

Explore Metronic

Demo1

Demo2

Demo3

Demo4

Demo5

Demo6

Demo7

Demo8

Demo9

Demo10

demo
Coming soon

Demo11

Demo12

demo
Coming soon

Demo13

Demo14

demo
Coming soon

Demo15

demo
Coming soon

Demo16

demo
Coming soon

Demo17

demo
Coming soon

Demo18

demo
Coming soon

Demo19

demo
Coming soon

Demo20

demo
Coming soon