Skip to content

naoxink/asdText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

asdText

Show your text with random colors

Demo

http://naoxink.ga/asdText/

Use

HTML
<div class='asd'>My awesome text</div>
JavaScript
$(document).ready(function() {
  $('.asd').asd({
    rcolor: true,
    fcolor: true,
    fade: true
  });
});

Params

Name Type Description
rcolor boolean Random background-color
fcolor boolean Text color opposite to the background color
fade boolean Fade effect

About

Show your text with random colors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published