Documentation v1.0.4

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>
Learn & Get Inspired

Support at devs.keenthemes.com

Join our developers community to find answer to your question and help others. FAQs
Get Support
Documentation
From guides and how-tos, to live demos and code examples to get started right away.
Plugins & Components
Check out our 300+ in-house components and customized 3rd-party plugins.
Layout Builder
Build your layout, preview it and export the HTML for server side integration.
What's New
Latest features and improvements added with our users feedback in mind.
Buy now