Oops! Something went wrong while submitting the form.
Interactions
CMS
Boosters
Page Transitions
Use Refokus Page Transitions in creating custom page transitions to improve your website navigation and user experience, creating visual continuity between pages.
[.c-title-3-primary]How to add Page Transitions in Webflow?[.c-title-3-primary]
Use Refokus Page Transitions to create custom page transitions to improve your website navigation and user experience, creating visual continuity between pages.
Step #1
Copy the
Page Transitions
<script> and paste it before the </body> of your page
Create a button (with display: none) and attach the interaction to leave the page to the click of that element and add the Custom Attribute to the button element.
To create a delay, so that when you leave the page, the change of page is delayed, so the user sees the 'Out' animation, you need to add a Custom Attribute with the value as the time is in milliseconds (For example: 800 is 0.8 seconds.)
You can determine on which devices the transition will be displayed. To do that, add a Custom Attribute and define the allowed-devices by adding desktop, tablet, mobile (separated by a comma.)