I am looking to incorporate buttons for smooth horizontal scrolling within my container. Currently, the functionality is in place but I would like to enhance its smoothness.
How can I improve the scrolling experience? Should I consider using a different plugin or is there a straightforward solution available?
$(button).on('click', function(){
flavoursContainer.scrollLeft += 220;
});