Play timeline when users scrolls to the end of HTML widget (iframe)

This code would need to be within the HTML widget's code, since the parent (the Hype document) can't listen to that frame's scroll position. (That is, without postmessage information shared between the two)

Here's more info on that postmessage workflow with some code samples:

1 Like