0
Guys I have an array with 4 colors I would like to draw a color every 4 seconds and change the font color of an H1 I have on the page and for this use fadein and fadeout as transition. Thank you
0
Guys I have an array with 4 colors I would like to draw a color every 4 seconds and change the font color of an H1 I have on the page and for this use fadein and fadeout as transition. Thank you
Browser other questions tagged jquery
You are not signed in. Login or sign up in order to post.
John, I think the answer is the same as the question I was referring to, in your case you just have to change in
.css()
for$("h1").css("color", selectedcolor);
– Sergio
@When I marked it as duplicate it’s hammer type, it closes immediately. Sorry if you were writing a reply. But it’s really not duplicated?
– Sergio
You gave it right. Thanks for your help.
– Joao Nivaldo