Please post your site url for me to check ….
I checked it, it’s not a problem of the plugin but a feature 🙂
See https://s.w.org/plugins/easy-smooth-scroll-links/screenshot-2.png?r=844550 this image, you are currently use easeInBounce animation effect, to get a smooth srolling effect, change it to “easeInQuint”
I had already changed it. It still does it.
There are 2 animation effect settings, one for anchor, one for gototop button.
You are still using easeInBounce for the latter setting.
If you check the source code , you will see:
$('html, body').animate({scrollTop:0}, 900,'easeInBounce');
Which means you are using easeInBounce animation for gototop button.
You should change the last animation effect setting shown in this image:
https://s.w.org/plugins/easy-smooth-scroll-links/screenshot-1.png?r=844961
I fixed that and it is still doing it.
I’m seeing it work as expected.
Try delete your browser cache.