Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 524 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 524 Bytes

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