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: 28/03/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!