Creating a 'Scrollspy' nav with slice machine slices, possible?

Hi David,

I don't know anything about the package that you're working with, but a much easier way to do this would be to add anchor tags to all your H2s and have them serve as your section beginnings. You do this using the HTML serializer as described here:

You would then use an event listener to set the active class on your side menu when the anchor link is in the viewport.

Let me know if this makes sense or if you have any other questions.

Thanks.