I'm trying to make an anchor scroll (animate) to a specific div and then make that div flash 3 times to catch the users attention but I'm not sure what I'm doing incorrectly.. I'm not sure how to get it to scroll and the color doesn't change. How do I get it to scroll then flash 3 times?
<a href="#" class="rulesflash">Scroll To and Make Box Flash</a>
<div id="rules">
<h3>Rules Section</h3>
<p>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor.</p>
</div>