Skip to content
/ typed-h Public

A simple, lightweight Typewritting effect for your HTML elements.

Notifications You must be signed in to change notification settings

r2hu1/typed-h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Typed-H

A simple, lightweight Typewritting effect for your HTML elements.

How to use

  • Add the following script to your HTML file:
<script src="https://cdn.jsdelivr.net/gh/r2hu1/typed-h/script.js"></script>
  • Add the following element to your HTML file:
<h1 class="some-classname">Some text</h1>
  • Intialize TypedH
const element = document.querySelector(".some-classname");
typedH({element,speed:200,reverced:false});

About

A simple, lightweight Typewritting effect for your HTML elements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published