SmoothScroll.js

Hi @Pierre-Etienne_Pouli,

  1. Scripts are usually better loaded before the </body>, so they will load after the page elements.

  2. The bottom line (the one with the src="https://...") should be first (before the actual script). It is a dependency of the script and it must load before the script.

  3. What is it that you are trying to do? (asking because of this option in webflow)