Im trying to make my Scrollspy switch to the next section when it reaches 50% of the page height.
I looked at How do I set the offset for ScrollSpy in Bootstrap? and I wasn't able to come up with a solution.
So far i only have the normal data-offset
<body data-spy="scroll" data-target="#mainNavBar" data-offset="200">
Anyone have any ideas on how I can achieve it?