Articles on: FAQ

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

<style>
html {
scroll-behavior: smooth;
}
</style>

Updated on: 20/04/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!