Hello everyone, just started to use the interactions / scroll scene and I have to say this is a very nice tool ! instant feedback, really fast to use and timeline is a gamechanger !, but when I’m using scroll snapping like so (scrollwrapper is used for mandatory scroll snapping).
<html>
<header>
</header>
<body>
<div scrollwrapper>
<div child1>
</div
<div child2>
</div
</div>
</body>
the auto detection of start/end is not working when having such a scrolling method, is there a way I can tell the scroll scene to use scrollwrapper as scroll reference instead of the body ? (I guess this is the issue, but I may be wrong). Even when trying to add custom start/end the scrolling progress stays 0%
Thanks in advance for your answers !
EDIT: just saw that I can snap and smooth scroll inside the interactions menu… maybe the solution is there I did code everything from scratch until now ^^