Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 997 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 997 Bytes

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