Start your All-Access Pass to unlock this challenge
Why is it hard in Turbo to implement page load transitions in versions 7.0.0 beta?
Because there are no good event handlers to use when transitioning pages for this particular purpose.
Actually, you can easily implement page transitions between clicks in 7.0.0 beta.
Because when a page finishes loading, Turbo replaces the <body> element immediately, leaving no time for a transition.
<body>
Because there are other libraries that can achieve this.