Transitions screen

Does anyone know if you can do a transition screen between pages like this…?
https://neilholroyd.studio/

Cheers

The site you referenced is built with Semplice a Wordpress builder for creatives, which has various page transitions available within it.

https://www.semplice.com/page-transitions

The closest thing directly relative for Blocs is the following.

Or if you can code there are numerous ways to approach this through various libraries or custom.

2 Likes

Cheers, I’ve heard of Semplice, good by all accounts, just not into Wordpress.

I’ll have a look at the transitions Bric and see if I can get away with using that.

Cheers

You’re welcome @Stubbsy .

To express further you can approach it from many ways if you don’t mind a code based approach.

  • Use routers etc, in - React, Vue, etc.,
  • Use JS libraries such as - Barba, Swup, Highway, etc.,
  • Use JQuery - ajax, get, html, append, etc.,
  • Use a vanilla solution with - XMLHttpRequest, pushState, etc.,
  • Etc.,

How you approach the animations themselves can be anything from pure CSS or a JS library such as GSAP. But yes presently that above mentioned Transition Bric is all there currently is. Maybe someone will utilize one of the aforementioned methods and create a more robust albeit simple customizable approach for Blocs users.