Minimalist Text Typing Effect In Pure JavaScript – Typeit.js

Category: Animation , Javascript | October 11, 2018
Author:KobusErasmus
Views Total:1,073 views
Official Page:Go to website
Last Update:October 11, 2018
License:MIT

Preview:

Minimalist Text Typing Effect In Pure JavaScript – Typeit.js

Description:

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