I have bootstrap running, and i tried to do the smooth scrolling thing i always wanted to do, but i tried like 8 youtube tutorials and 20++ google results but none of it works. My current try is this stck overflow post Smooth scrolling when clicking an anchor link.
It dawned to me that bootstrap might cause some problems of doing this effect.
Does it effects? I can show you my dummy project: https://jsfiddle.net/jonathansh1115/kssuLxmm/1/ and the green button is the trigger and when click, i want it to 'glide'to the first section <section id="feature-one"><div class="container" id="start">...
the green button <a href="#start" class="btn btn-lg btn-success">the anchor button</a>
. I have been diggin into this since long long time ago and please help me!