Skip to content

shirokoweb/animated-typing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

animated-typing

Simple and very light-weight javascript to animate text.

Usage :

Import script by linking it to your project:

<script type="text/javascript" src="typeanim.js"></script>

Inside a span tag with "typewrite" class, add the text you want to animate: data-type='[ "arg1", "arg2", "arg3", "arg4" ]

<p>
  Find best deals on fresh <span class="typewrite" data-period="2000" data-type='[ "apples", "bananas", "strawberries", "grapes" ]'>
  <span class="wrap"></span></span> on the market !
</p>

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published