Hello!
I have a task to control sym timeline with a browser scroller. If my animation "encloused" and I use "overflow: scroll" it works - the Stage.scroll works. But I need to to have my animation not encloused and with overflow:hidden, this means that my Stage don't have own scroller bar and my browser scroller is not trigger this action. At least as I am understaing this.
I think that usage of JS API can solve my task - window.onScroll starts the calculation function and move results "inside" my animation as sym.stop(xx). But my skills with JS quite limited and I am sking your help and explanations.
Thank you in advance!