Scroll to specific point

Hi all,

This is most likely an easy question:

I have a large html-widget embedded in a scene. Furthermore the scene has some buttons that once clicked should scroll the html-widget to specific point in the widget. Is that doable? And if so, how do I solve that?

Thanks in advance!

Using HTML widget gets tricky if you embed iframes in them. They are iframes themselves and you would start a iframe inception. I usually just stick custom HTML into a rectangle using the pen tool.

Search the forum for scrolling. I posted one solution here:

3 Likes

Thanks! I got it working by embedding a variation of the JS scrollToSelector in my HTML widget.

Not the most elegant solution, but working for now :wink:

1 Like