Show your text with random colors
<div class='asd'>My awesome text</div>
$(document).ready(function() {
$('.asd').asd({
rcolor: true,
fcolor: true,
fade: true
});
});
Name | Type | Description |
---|---|---|
rcolor | boolean |
Random background-color |
fcolor | boolean |
Text color opposite to the background color |
fade | boolean |
Fade effect |