CSS/jQuery

TrueJewix

Member
Aug 9, 2012
332
21
I want to make certain words flash with animate.css

how would it work? using <div class="animated flash"> and jQuery basically I want to do this:

#nav ul li a, visited {
color: rgba(115, 197, 224, 0.54);
display: block;
padding: 15px;
text-decoration: none;
}

I got that I want #nav ul li a to flash using animate.css
 

Sysode

Front-End Developer
Dec 11, 2012
1,673
848
Try and be more clear on what it is you are after.. From what I can see from your "question" you are wanting particular words to flash?

Just wrap them in a div (or span, depending on which is appropriate in context) with the correct class to call the CSS styling for flash?
 

Users who are viewing this thread

Top