Currently, I am utilizing CSS3 animate it from
Despite following their instructions, the children within the animation activate prior to entering the viewport. Is this a common issue or is there a specific meta tag required?
Your assistance is greatly appreciated.
As requested, here is the code snippet:
<div class="tile one-half imageparent">
<img src="images/iphone6.jpg" class="animated fadeInUp go"/>
</div>