How can I create a smooth "scroll to" transition?
You can add a custom code inside a style tag, by going to the Project Settings -> Custom Code -> Head
You can add a custom code inside a style tag, by going to the Project Settings -> Custom Code -> Head
html {
scroll-behavior: smooth;
}
Updated on: 07 / 06 / 2022