Is there a way to apply on click events to any link that navigates elsewhere?

I’d like to make my website feel more snappy by creating a universal on-click event that will animate the page transition as soon as the click happens.

I’ve noticed that page transitions themselves aren’t responsive to the on-click event and ‘cross fade’ page transitions don’t really happen - it just causes the initial page to disappear and the new page will fade in.

Is there something about my page that’s hampering the cross fade page transition, and is there a way to implement site wide site navigation events?

If anyone knows of a workaround or there’s functionality that could address I’m all ears

Any leads are good leads :sweat_smile: