Skip to content

A super lightweight & awesome text effect where text is loaded from random characters.

Notifications You must be signed in to change notification settings

gayatri-p/awesome-text-effect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Awesome text effect 381 bytes

A super lightweight & awesome text effect where text is loaded from random characters.🤬

Demo

demo (reload to watch in glory)

Get it

 <script src="https://raw.githubusercontent.com/gayatri-p/awesome-text-effect/master/awesomeEffect.min.js"></script>

Syntax

HTML
<div id="id"></div>
<div id="another_id"></div>
Javascript
<script>
 awesomeEffect({
  id: 'id of the element',
  text: 'text',
  possible: 'possible random values',
  delay: 'in ms (default 70ms)'
 })
</script>

Todo

  • Fixed width to the container