ColorFlow seamlessly switches between multiple backgrounds and/or text colors on any element. About 550 bytes minified and compressed with no library/framework dependencies.
color code in jquery, how to change text background color in javascript, background color, text background, background color tag in html
Note: The original jQuery plugin is still available (dist/colorflow.jquery.js). The instructions for that are at the bottom, but there’s no real reason to use it at this point.
Jquery Plugin To Adjusting Text Color To Background Color
How to make use of it:
1. Include the jQuery library and jQuery color flow plugin in your HTML page.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script src="js/colorFlow.js"></script>
2. Call the plugin on the target element and specify the background/text color matrices.
$('body').colorFlow({ // array of background colors background: ['#85144b', '#F012BE', '#FFBC00', '#7FDBFF', '#01FF70'], // array of text colors text: ['#CF5D94', '#EFA9FA', '#665800', '#004966', '#00662C'], // transition speed time: 25 });
Background/Text Color Transition Effects, ColorFlow Plugin/Github
See Demo And Download
Official Website(henrygd): Click Here
This superior jQuery/javascript plugin is developed by henrygd. For extra advanced usage, please go to the official website.