How to: Link Click > Interaction > GoToPage

Hello everyone,

How is this page transition made?:

http://music-2019.webflow.io/

When clicking a link, there is a page transition interaction (an animation) before a new page is loaded. I can’t figure it out. :thinking:

HI @larshartmann
I believe 3 parts to that transition:

  1. link clicked interaction
  2. a script delaying a link function by 800 ms (so that link click transition can run) like this
  3. page load interaction on the new page

Thanks IVG.

I’ve read elsewhere, that timed scripts is a no-no because different browsers have different behaviors.

Is there another way to do it, than with a timed script, or should I do just that?