How to glow and toggle between colors automatically using .animate( ) function?
I started with this but failed further coding
$(#glow).animate({ });
Inside above function
var loop = true; // toggle on/off
var speed = "250"; // animation speed
var c = new Array(); //array for colors
c[1] = "#0080FF";
c[2] = "#FFBF00";
c[3] = "#C8FE2E";
c[4] = "#FF4000";
c[5] = "#DF0101";
<div id="glow">This is logo</>
How to animate textShadow:
, color:
, radius:
for cross browser