Minimalist Text Typing Effect In Pure JavaScript – Typeit.js

Category: Animation , Javascript | October 11, 2018
AuthorKobusErasmus
Last UpdateOctober 11, 2018
LicenseMIT
Views1,733 views
Minimalist Text Typing Effect In Pure JavaScript – Typeit.js

A dead simple JavaScript library for the Typewriter text typing effect with a blinking cursor while typing.

How to use it:

Download and import the Typeit.js script into the web page.

<script src="typeit.js"></script>

Just add the CSS class ‘typeit’ to the text container and done.

<h1 class="typeit">Typeit.js: Text Typing Effect Demo</h1>

Override the default typing speed.

var typingSpeed = 70

Override the default blinking speed.

var blinkingSpeed = 400

Changelog:

10/11/2018

  • Refactor

You Might Be Interested In:


Leave a Reply