Transition Page

Hey Guys,

I animate this for show you what I want to do : http://www.giphy.com/gifs/RNWUv7q9DFCBNK4igO

I would like to create a transitions between pages that I can apply in all my Website.

Thanks a lot for your help :vulcan_salute:


Here is my public share link: LINK
(how to access public share link)

Hi @Jumpyjack

Place a div block in your page body

Set position:absolute

Set W: 100vw H: 100vh

Set bg colour.

Go to interactions
-Page triggers>page load

Set the initial position of your div block to
x:-100%

Set another position with a the desired timing.
This time x:0%

You then just set another to trigger on the click of the link to another page for the ‘home page’ effect.

Thanks Joe, in complement of your information, I found this tutoriel who help me to do the trnasition page :slight_smile:

Thanks for your help