Jquery Waypoints scroll animations in iframes don't work

This is happening because I believe both jquery waypoints and Hype waypoints only consider their own document and don’t look up through the parent documents to figure out when they are exposed. Thus if it is shown in the iframe immediately it will be triggered immediately. @MarkHunte’s solution is probably the easiest way to get it working.

1 Like