After many attempts to implement smooth scrolling on my Bootstrap project, I have tried numerous Youtube tutorials and Google search results without any success. The latest attempt I made was following this Stack Overflow post Smooth scrolling when clicking an anchor link.
I began to suspect that Bootstrap might be causing issues with achieving this effect.
Could Bootstrap be the culprit? Here is a link to my test project: https://jsfiddle.net/jonathansh1115/kssuLxmm/1/, where the green button triggers the glide effect to the first section
<section id="feature-one"><div class="container" id="start">...
. Clicking on the green button <a href="#start" class="btn btn-lg btn-success">the anchor button</a>
should smoothly scroll to the desired section. I have been struggling with this for quite some time now, so any assistance would be greatly appreciated!