You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was also looking for this and couldn't find a way, at least not without forking the library.
An alternative method that worked for me is to:
set pinSettings={pushFollowers: false} on the <Scene>
follow the scene by a <div> element with style={{height: SCENE_DURATION, position: relative}}
then use anchor links within the <div> with absolute positioning and top styles that will place them at the correct position to update the progress where you want it to go.
Then, assign refs to the anchor links, and scroll to those links programatically as needed with
docs say I can set the progress of a scene, but can't seem to figure out how to to do it w react-scrollmagic
The text was updated successfully, but these errors were encountered: