🥳 Enjoy 3 months of Framer for free!
COMPONENT
#1 - Create a loading component
Not sure how to make the replicate this in Framer? Just follow my lead: Create a nice pre-loader screen in Framer. I've just added a black background and a nice loading animation which contains out of a few variants where the dots are moving in and out of screen.
#2 - Hiding the component
A splash screen only works for a certain amount of time, so the screen should move out of view. This can be done by creating a second variant and setting everything to display none.
#3 - Setting up the transition
If you created both variants, all you need to do is set the interaction to appear and select the amount of seconds you'd like to take as loading time. I chose 4 seconds.
#4- Add pointer events
To make sure everything goes smoothly. Set pointer events to none by adding a style prop.
#5 - Add the code override
All we need to do now is add the code override. Just select the layer on your layers tab. At the right side create a new code override and paste the code above. After saving the new code override just select the override file in your component and set displayOnce as override. After that you should have a nice loading screen like this.
COMPONENT
#1 - Create a loading component
Not sure how to make the replicate this in Framer? Just follow my lead: Create a nice pre-loader screen in Framer. I've just added a black background and a nice loading animation which contains out of a few variants where the dots are moving in and out of screen.
#2 - Hiding the component
A splash screen only works for a certain amount of time, so the screen should move out of view. This can be done by creating a second variant and setting everything to display none.
#3 - Setting up the transition
If you created both variants, all you need to do is set the interaction to appear and select the amount of seconds you'd like to take as loading time. I chose 4 seconds.
#4- Add pointer events
To make sure everything goes smoothly. Set pointer events to none by adding a style prop.
#5 - Add the code override
All we need to do now is add the code override. Just select the layer on your layers tab. At the right side create a new code override and paste the code above. After saving the new code override just select the override file in your component and set displayOnce as override. After that you should have a nice loading screen like this.
COMPONENT
#1 - Create a loading component
Not sure how to make the replicate this in Framer? Just follow my lead: Create a nice pre-loader screen in Framer. I've just added a black background and a nice loading animation which contains out of a few variants where the dots are moving in and out of screen.
#2 - Hiding the component
A splash screen only works for a certain amount of time, so the screen should move out of view. This can be done by creating a second variant and setting everything to display none.
#3 - Setting up the transition
If you created both variants, all you need to do is set the interaction to appear and select the amount of seconds you'd like to take as loading time. I chose 4 seconds.
#4- Add pointer events
To make sure everything goes smoothly. Set pointer events to none by adding a style prop.
#5 - Add the code override
All we need to do now is add the code override. Just select the layer on your layers tab. At the right side create a new code override and paste the code above. After saving the new code override just select the override file in your component and set displayOnce as override. After that you should have a nice loading screen like this.