How To Change The Background Or Text Colors Of Any Element | ColorFlow

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.

Related Posts

drag-drop-file-5x5-jq-uploader

Responsive Drag and Drop File Uploader/Download Plugin | 5x5_jq_uploader

5x5_jq_uploader plugin can be used to instantly create a drop file area and file queue with a little bit of preparation. Bootstrap is used for responsive planning…

Bootstrap-Dark-Mode

Stylesheet For Implementing Dark Mode with Bootstrap

Bootstrap Dark Mode provides a style sheet and two texts that allow you to implement Dark Mode on your website. Initially loaded based on user preferences, can…

responsive-navigation-menu

Multi-purpose Navigation Menu for Javascript Library | jQuery Corenav

coreNavigation is a multipurpose navigation menu for a jquery based javascript library, comes with more style, and is easy to integrate. 11 Default Menu 2 Responsive Navigation…

Simple-Multi-Select-Dropdown-Pure-Vanilla-Javascript

Simple Multi-Select Dropdown Pure Vanilla Javascript | multiSelect.js

MultiSelect.js is a simple, clean, and progressive JavaScript library designed for easy integration with any type of project or system. The design was heavily influenced by the…

Confetti-Falling-Animation-Effect-party

Confetti Falling Animation Effect In JavaScript | party.js

Party.js is a JavaScript library to brighten user site experience with visual effects! Celebrate success with dom confetti! The library is written in TypeScript and compiled into…

how-to-create-popup-in-html-with-css

How To Create A Popup in HTML with CSS

How to create popup in html with css – Popup without JavaScript is an elegant pop-up panel component with an animated scale, written in CSS. Have you…