Animate anchor tags with Animate.css

IdeonNegeGund

New Member
Hi i have the following\[code\]<p style="text-align:center;margin-top: 50px;"><a href="http://stackoverflow.com/questions/15862015/#" class="pictogram" style="position:relative;" id="arrow" ></a></p>\[/code\]I am using animate.css by Daniel Eden. If i add the class "animated shake" to the anchor tag, it doesn't work. But if i add it to the p tag, it works. Any idea what's wrong?
 
Top