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?