I am aiming to create a login page that, when the user clicks the login button, redirects them to a web application via a different URL. I've observed that elaborate full-page transitions (like those shown in this example) are typically achieved by manipulating multiple divs on a single page rather than navigating to separate pages.
My main question is whether it's feasible to implement page transitions with CSS3 when linking distinct pages, or if an alternative approach is necessary.