This fiddle is almost what I\'m looking for, I got it from MDN. The only thing missing is that I want to make it smoother. Is there a way to do that without using jQuery or any
Adding scroll-behavior: smooth; to #container will make it smooth.
scroll-behavior: smooth;
#container
Here is example on this Fiddle