It turns out that I'm doing an html page with the animate.css and bootstrap4 framework. I have a div to which I have added an animation but I want it to be repeated every time the element is observed and not when the web is entered, that is to say at this time the div is animated when one enters the page or when recharging , and since it is located below other content, it is not possible to observe the animation. Or if an alternative is possible please, I have searched a lot on the internet and can not find anything.
HTML code:
<div id="anim" class="col-12 border caja animated fadeIn">
<h1>Algunas aves que solo se encuentran en colombia</h1>
</div>
The cash class does not affect anything.
Web animate.css link